Represents Command event args.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class CancellableCommandEventArgs : CommandEventArgs
Inheritance: objectEventArgsGenericEventArgs<ICommand>CommandEventArgsCancellableCommandEventArgs
Inherited Members
Constructors
Initializes a new instance of the CancellableCommandEventArgs class.
C#
public CancellableCommandEventArgs(ICommand entity, ExecuteAction action)
The entity.
actionExecuteActionThe action.
Properties
Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.
C#
public bool Cancel { get; set; }
True if cancel; otherwise, false.