Class
CancelingEventArgs

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: CancelingManipulationEventArgs

Inherited Members EventArgs.Empty

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

bool

true if cancel; otherwise, false.