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