Class SyntaxEditorEditingCommand
Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand
Inheritance
Inherited Members
Namespace: Telerik.WinForms.SyntaxEditor.Commands
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class SyntaxEditorEditingCommand : SyntaxEditorDelegateCommand, ICommand
Constructors
SyntaxEditorEditingCommand(Action<RadSyntaxEditorElement, Object>, RadSyntaxEditorElement)
Initializes a new instance of the SyntaxEditorEditingCommand class.
Declaration
public SyntaxEditorEditingCommand(Action<RadSyntaxEditorElement, object> commandAction, RadSyntaxEditorElement editor)
Parameters
System.Action<RadSyntaxEditorElement, System.Object>
commandAction
The command action. |
RadSyntaxEditorElement
editor
The editor. |
Methods
CanExecuteOverride(Object)
Determines whether this instance [can execute override] the specified parameter.
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
The parameter. |
Returns
System.Boolean
|