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
Constructors
Initializes a new instance of the CommandExecutedEventArgs class.
C#
public CommandExecutedEventArgs(RichTextBoxCommandBase command, object commandParameter)
The command.
commandParameterobjectThe command parameter.
Initializes a new instance of the CommandExecutedEventArgs class.
C#
public CommandExecutedEventArgs(RichTextBoxCommandBase command)
The command.
Properties
Gets the command.
C#
public RichTextBoxCommandBase Command { get; }
The command.
Gets the command parameter.
C#
public object CommandParameter { get; }
The command parameter.