Class CancellableCommandEventArgs
Represents Command event args.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class CancellableCommandEventArgs : CommandEventArgs
Constructors
CancellableCommandEventArgs(ICommand, ExecuteAction)
Initializes a new instance of the CancellableCommandEventArgs class.
Declaration
public CancellableCommandEventArgs(ICommand entity, ExecuteAction action)
Parameters
ICommand
entity
The entity. |
ExecuteAction
action
The action. |
Properties
Cancel
Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|