Class CommandExecutingEventArgs
Class CommandExecutingEventArgs.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.SyntaxEditor.Commands
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class CommandExecutingEventArgs : EventArgs
Constructors
CommandExecutingEventArgs(SyntaxEditorCommandBase, Object)
Initializes a new instance of the Command
Declaration
public CommandExecutingEventArgs(SyntaxEditorCommandBase command, object commandParameter)
Parameters
Syntax The command. |
System. The command parameter. |
Properties
Canceled
Gets a value indicating whether this Command
Declaration
public bool Canceled { get; }
Property Value
System.
|
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. |
Methods
Cancel()
Cancels this instance.
Declaration
public void Cancel()