Provides data for CommandExecuting event.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class CommandExecutingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCommandExecutingEventArgs
Inherited Members
Constructors
Initializes a new instance of the CommandExecutingEventArgs class.
C#
public CommandExecutingEventArgs(RichTextBoxCommandBase command, object commandParameter)
The command.
commandParameterobjectThe command parameter.
Initializes a new instance of the CommandExecutingEventArgs class.
C#
public CommandExecutingEventArgs(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.