Class CommandRoutedEventArgs
Represents command routed event args.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class CommandRoutedEventArgs : RadRoutedEventArgs
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
|