Represents command routed event args.
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public sealed class CommandRoutedEventArgs : RoutedEventArgs
Inheritance: objectEventArgsRoutedEventArgsCommandRoutedEventArgs
Inherited Members
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; }