Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.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<RadSyntaxEditor, object> commandAction, RadSyntaxEditor editor)
The command action.
editorRadSyntaxEditorThe editor.