ClassCommandRoutedEventArgs
Class
Represents command routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public sealed class CommandRoutedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCommandRoutedEventArgs
Constructors
CommandRoutedEventArgs(RoutedEvent, ICommand, ExecuteAction)
Initializes a new instance of the CommandRoutedEventArgs class.
Declaration
cs-api-definition
public CommandRoutedEventArgs(RoutedEvent routedEvent, ICommand command, ExecuteAction action)
Parameters
routedEvent
RoutedEvent
The routed event.
command
The command.
action
The action.
Properties
Command
Gets or sets the command.
Declaration
cs-api-definition
public ICommand Command { get; set; }
Property Value
The command.
ExecuteAction
Gets the execute action.
Declaration
cs-api-definition
public ExecuteAction ExecuteAction { get; }
Property Value