Class CommandEventArgs
Represents Command event args.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class CommandEventArgs : GenericEventArgs<ICommand>
Constructors
CommandEventArgs(ICommand, ExecuteAction)
Initializes a new instance of the CommandEventArgs class.
Declaration
public CommandEventArgs(ICommand entity, ExecuteAction action)
Parameters
ICommand
entity
The entity. |
ExecuteAction
action
The action. |
Properties
ExecuteAction
Gets the execute action.
Declaration
public ExecuteAction ExecuteAction { get; }
Property Value
ExecuteAction
|