Represents command routed event args.
Definition
Namespace:Telerik.Windows.Controls.Diagrams
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
C#
public sealed class CommandRoutedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCommandRoutedEventArgs
Constructors
Initializes a new instance of the CommandRoutedEventArgs class.
C#
public CommandRoutedEventArgs(RoutedEvent routedEvent, ICommand command, ExecuteAction action)
The routed event.
commandICommandThe command.
actionExecuteActionThe action.
Properties
Gets or sets the command.
C#
public ICommand Command { get; set; }
The command.
Gets the execute action.
C#
public ExecuteAction ExecuteAction { get; }