Class CommandExecutedEventArgs
Class CommandExecutedEventArgs.
Implements the System.
Inheritance
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 Command
Declaration
public CommandExecutedEventArgs(SyntaxEditorCommandBase command)
Parameters
Syntax The command. |
CommandExecutedEventArgs(SyntaxEditorCommandBase, Object)
Initializes a new instance of the Command
Declaration
public CommandExecutedEventArgs(SyntaxEditorCommandBase command, object commandParameter)
Parameters
Syntax The command. |
System. The command parameter. |
Properties
Command
Gets the command.
Declaration
public SyntaxEditorCommandBase Command { get; }
Property Value
Syntax The command. |
CommandParameter
Gets the command parameter.
Declaration
public object CommandParameter { get; }
Property Value
System. The command parameter. |