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