ClassCommandExecutedEventArgs
Class
Class CommandExecutedEventArgs. Implements the EventArgs
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class CommandExecutedEventArgs : EventArgs
Inheritance: objectEventArgsCommandExecutedEventArgs
Inherited Members
Constructors
CommandExecutedEventArgs(SyntaxEditorCommandBase)
Initializes a new instance of the CommandExecutedEventArgs class.
Declaration
cs-api-definition
public CommandExecutedEventArgs(SyntaxEditorCommandBase command)
Parameters
command
The command.
CommandExecutedEventArgs(SyntaxEditorCommandBase, object)
Initializes a new instance of the CommandExecutedEventArgs class.
Declaration
cs-api-definition
public CommandExecutedEventArgs(SyntaxEditorCommandBase command, object commandParameter)
Parameters
command
The command.
commandParameter
The command parameter.
Properties
Command
Gets the command.
Declaration
cs-api-definition
public SyntaxEditorCommandBase Command { get; }
Property Value
The command.
CommandParameter
Gets the command parameter.
Declaration
cs-api-definition
public object CommandParameter { get; }
Property Value
The command parameter.