CancelingEventArgs
Class
Event args that can be canceled.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class CancelingEventArgs : EventArgs
Inheritance: objectEventArgsCancelingEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the CancelingEventArgs class.
C#
public CancelingEventArgs()
Properties
Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.
C#
public bool Cancel { get; set; }
true if cancel; otherwise, false.