Class
CommandRoutedEventArgs

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

ICommand

The command.

action

ExecuteAction

The action.

Properties

Command

Gets or sets the command.

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

The command.

ExecuteAction

Gets the execute action.

Declaration

cs-api-definition
public ExecuteAction ExecuteAction { get; }

Property Value

ExecuteAction