New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for CommandExecuted event.

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class CommandExecutedEventArgs : EventArgs

Inheritance: objectEventArgsCommandExecutedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CommandExecutedEventArgs class.

C#
public CommandExecutedEventArgs(RichTextBoxCommandBase command, object commandParameter)
Parameters:commandRichTextBoxCommandBase

The command.

commandParameterobject

The command parameter.

Initializes a new instance of the CommandExecutedEventArgs class.

C#
public CommandExecutedEventArgs(RichTextBoxCommandBase command)
Parameters:commandRichTextBoxCommandBase

The command.

Properties

Gets the command.

C#
public RichTextBoxCommandBase Command { get; }
Property Value:

The command.

Gets the command parameter.

C#
public object CommandParameter { get; }
Property Value:

The command parameter.