Class
CommandExecutedEventArgs

Provides data for CommandExecuted event.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CommandExecutedEventArgs : EventArgs

Inheritance: objectEventArgsCommandExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

CommandExecutedEventArgs(RichTextBoxCommandBase)

Initializes a new instance of the CommandExecutedEventArgs class.

Declaration

cs-api-definition
public CommandExecutedEventArgs(RichTextBoxCommandBase command)

Parameters

command

RichTextBoxCommandBase

The command.

CommandExecutedEventArgs(RichTextBoxCommandBase, object)

Initializes a new instance of the CommandExecutedEventArgs class.

Declaration

cs-api-definition
public CommandExecutedEventArgs(RichTextBoxCommandBase command, object commandParameter)

Parameters

command

RichTextBoxCommandBase

The command.

commandParameter

object

The command parameter.

Properties

Command

Gets the command.

Declaration

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

Property Value

RichTextBoxCommandBase

The command.

CommandParameter

Gets the command parameter.

Declaration

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

Property Value

object

The command parameter.