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