Class SyntaxEditorDelegateCommand. Implements the SyntaxEditorCommandBase
Definition
Namespace:Telerik.WinForms.SyntaxEditor.Commands
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class SyntaxEditorDelegateCommand : SyntaxEditorCommandBase, ICommand
Inheritance: objectSyntaxEditorCommandBaseSyntaxEditorDelegateCommand
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the SyntaxEditorDelegateCommand class.
C#
public SyntaxEditorDelegateCommand(Action<RadSyntaxEditorElement, object> commandAction, RadSyntaxEditorElement editor)
The command action.
editorRadSyntaxEditorElementThe editor.
Methods
Executes the override.
C#
protected override void ExecuteOverride(object parameter)
The parameter.
Overrides: