ClassCommandExecutedEventArgs
Class
Provides data for CommandExecuted event.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class CommandExecutedEventArgs : EventArgs
Inheritance: objectEventArgsCommandExecutedEventArgs
Inherited Members
Constructors
CommandExecutedEventArgs(RichTextBoxCommandBase)
Initializes a new instance of the CommandExecutedEventArgs class.
Declaration
cs-api-definition
public CommandExecutedEventArgs(RichTextBoxCommandBase command)
Parameters
command
The command.
CommandExecutedEventArgs(RichTextBoxCommandBase, object)
Initializes a new instance of the CommandExecutedEventArgs class.
Declaration
cs-api-definition
public CommandExecutedEventArgs(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.