ClassSyntaxEditorDelegateCommand
Class
Class SyntaxEditorDelegateCommand. Implements the SyntaxEditorCommandBase
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class SyntaxEditorDelegateCommand : SyntaxEditorCommandBase, ICommand
Inheritance: objectSyntaxEditorCommandBaseSyntaxEditorDelegateCommand
Derived Classes:
Implements:
Inherited Members
Constructors
SyntaxEditorDelegateCommand(Action<RadSyntaxEditor, object>, RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorDelegateCommand class.
Declaration
cs-api-definition
public SyntaxEditorDelegateCommand(Action<RadSyntaxEditor, object> commandAction, RadSyntaxEditor editor)
Parameters
commandAction
Action<RadSyntaxEditor, object>
The command action.
editor
The editor.
Methods
CanExecuteOverride(object)
Determines whether this instance [can execute override] the specified parameter.
ExecuteOverride(object)
Executes the override.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The parameter.
Overrides