Class CancelingEventArgs
Event args that can be canceled.
Inheritance
System.Object
CancelingEventArgs
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class CancelingEventArgs : EventArgs
Constructors
CancelingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|