CommandEventArgs
Class
Represents Command event args.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class CommandEventArgs : GenericEventArgs<ICommand>
Inheritance: objectEventArgsGenericEventArgs<ICommand>CommandEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the CommandEventArgs class.
C#
public CommandEventArgs(ICommand entity, ExecuteAction action)
The entity.
actionExecuteActionThe action.
Properties
Gets the execute action.
C#
public ExecuteAction ExecuteAction { get; }