Class CommandExecutingEventArgs
Provides data for CommandExecuting event.
Inheritance
System.Object
CommandExecutingEventArgs
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommandExecutingEventArgs : CancelEventArgs
Constructors
CommandExecutingEventArgs(RichTextBoxCommandBase)
Initializes a new instance of the CommandExecutingEventArgs class.
Declaration
public CommandExecutingEventArgs(RichTextBoxCommandBase command)
Parameters
RichTextBoxCommandBase
command
The command. |
CommandExecutingEventArgs(RichTextBoxCommandBase, Object)
Initializes a new instance of the CommandExecutingEventArgs class.
Declaration
public CommandExecutingEventArgs(RichTextBoxCommandBase command, object commandParameter)
Parameters
RichTextBoxCommandBase
command
The command. |
System.Object
commandParameter
The command parameter. |
Properties
Command
Gets the command.
Declaration
public RichTextBoxCommandBase Command { get; }
Property Value
RichTextBoxCommandBase
The command. |
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System.Object
The command parameter. |