ClassCommandExecutingEventArgs
Class
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
Constructors
CommandExecutingEventArgs(RichTextBoxCommandBase)
Initializes a new instance of the CommandExecutingEventArgs class.
Declaration
cs-api-definition
public CommandExecutingEventArgs(RichTextBoxCommandBase command)
Parameters
command
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
The command.
commandParameter
The command parameter.
Properties
Command
Gets the command.
Declaration
cs-api-definition
public RichTextBoxCommandBase Command { get; }
Property Value
The command.
CommandParameter
Gets the command parameter.
Declaration
cs-api-definition
public object CommandParameter { get; }
Property Value
The command parameter.