Class CommandRoutedEventArgs
Represents command routed 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.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class CommandRoutedEventArgs : RoutedEventArgs
Constructors
CommandRoutedEventArgs(RoutedEvent, ICommand, ExecuteAction)
Initializes a new instance of the CommandRoutedEventArgs class.
Declaration
public CommandRoutedEventArgs(RoutedEvent routedEvent, ICommand command, ExecuteAction action)
Parameters
RoutedEvent
routedEvent
The routed event. |
ICommand
command
The command. |
ExecuteAction
action
The action. |
Properties
Command
Gets or sets the command.
Declaration
public ICommand Command { get; set; }
Property Value
ICommand
The command. |
ExecuteAction
Gets the execute action.
Declaration
public ExecuteAction ExecuteAction { get; }
Property Value
ExecuteAction
|