Class CommandEventArgs
Represents Command event args.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|