Generic args that can be canceled.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Type Parameters:
T
The type of parameter.
Syntax:
C#
public class CancelingGenericEventArgs<T> : GenericEventArgs<T>
Inheritance: objectEventArgsGenericEventArgs<T>CancelingGenericEventArgs<T>
Inherited Members
Constructors
Initializes a new instance of the CancelingGenericEventArgs<T> class.
C#
public CancelingGenericEventArgs()
Initializes a new instance of the CancelingGenericEventArgs<T> class.
C#
public CancelingGenericEventArgs(T entity)
The entity.
Properties
Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.
C#
public bool Cancel { get; set; }
True if cancel; otherwise, false.