ClassCancellableCommandEventArgs
Class
Represents Command event args.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class CancellableCommandEventArgs : CommandEventArgs
Inheritance: objectEventArgsGenericEventArgs<ICommand>CommandEventArgsCancellableCommandEventArgs
Inherited Members
Constructors
CancellableCommandEventArgs(ICommand, ExecuteAction)
Initializes a new instance of the CancellableCommandEventArgs class.
Declaration
cs-api-definition
public CancellableCommandEventArgs(ICommand entity, ExecuteAction action)
Parameters
entity
The entity.
action
The action.
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.