Class SyntaxEditorDelegateCommand
Class SyntaxEditorDelegateCommand. Implements the SyntaxEditorCommandBase
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SyntaxEditorDelegateCommand : SyntaxEditorCommandBase, ICommand
Constructors
SyntaxEditorDelegateCommand(Action<RadSyntaxEditor, Object>, RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorDelegateCommand class.
Declaration
public SyntaxEditorDelegateCommand(Action<RadSyntaxEditor, object> commandAction, RadSyntaxEditor editor)
Parameters
System.Action<RadSyntaxEditor, System.Object>
commandAction
The command action. |
RadSyntaxEditor
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
|
Overrides
ExecuteOverride(Object)
Executes the override.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
The parameter. |