ClassCancelingEventArgs
Class
Event args that can be canceled.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class CancelingEventArgs : EventArgs
Inheritance: objectEventArgsCancelingEventArgs
Derived Classes:
Inherited Members
Constructors
CancelingEventArgs()
Initializes a new instance of the CancelingEventArgs class.
Declaration
cs-api-definition
public CancelingEventArgs()
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.