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