Class
CommandExecutingEventArgs

Provides data for CommandExecuting event.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CommandExecutingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCommandExecutingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

CommandExecutingEventArgs(RichTextBoxCommandBase)

Initializes a new instance of the CommandExecutingEventArgs class.

Declaration

cs-api-definition
public CommandExecutingEventArgs(RichTextBoxCommandBase command)

Parameters

command

RichTextBoxCommandBase

The command.

CommandExecutingEventArgs(RichTextBoxCommandBase, object)

Initializes a new instance of the CommandExecutingEventArgs class.

Declaration

cs-api-definition
public CommandExecutingEventArgs(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.