Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand
Definition
Namespace:Telerik.WinForms.SyntaxEditor.Commands
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class SyntaxEditorEditingCommand : SyntaxEditorDelegateCommand, ICommand
Inheritance: objectSyntaxEditorCommandBaseSyntaxEditorDelegateCommandSyntaxEditorEditingCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the SyntaxEditorEditingCommand class.
C#
public SyntaxEditorEditingCommand(Action<RadSyntaxEditorElement, object> commandAction, RadSyntaxEditorElement editor)
The command action.
editorRadSyntaxEditorElementThe editor.