Class CancelingGenericEventArgs<T>
Generic args that can be canceled.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class CancelingGenericEventArgs<T> : GenericEventArgs<T>
Type Parameters
T
The type of parameter. |
Constructors
CancelingGenericEventArgs()
Initializes a new instance of the CancelingGenericEventArgs<T> class.
Declaration
public CancelingGenericEventArgs()
CancelingGenericEventArgs(T)
Initializes a new instance of the CancelingGenericEventArgs<T> class.
Declaration
public CancelingGenericEventArgs(T entity)
Parameters
T
entity
The entity. |
Properties
Cancel
Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|