ClassSyntaxEditorEditingCommand
Class
Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class SyntaxEditorEditingCommand : SyntaxEditorDelegateCommand, ICommand
Inheritance: objectSyntaxEditorCommandBaseSyntaxEditorDelegateCommandSyntaxEditorEditingCommand
Implements:
Inherited Members
Constructors
SyntaxEditorEditingCommand(Action<RadSyntaxEditor, object>, RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorEditingCommand class.
Declaration
cs-api-definition
public SyntaxEditorEditingCommand(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.