Class
UICommandExecutedEventArgs

Represents the UI command executed event args.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Commands

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class UICommandExecutedEventArgs : EventArgs

Inheritance: objectEventArgsUICommandExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

UICommandExecutedEventArgs(ICommand, object)

Initializes a new instance of the UICommandExecutedEventArgs class.

Declaration

cs-api-definition
public UICommandExecutedEventArgs(ICommand command, object commandParameter)

Parameters

command

ICommand

The command.

commandParameter

object

The command parameter.

Properties

Command

Gets the command.

Declaration

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

Property Value

ICommand

The command.

CommandParameter

Gets the command parameter.

Declaration

cs-api-definition
public object CommandParameter { get; }

Property Value

object

The command parameter.