Class SyntaxEditorEditingCommand
Class SyntaxEditorEditingCommand.
Implements the Syntax
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.Commands
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SyntaxEditorEditingCommand : SyntaxEditorDelegateCommand, ICommand
Constructors
SyntaxEditorEditingCommand(Action<RadSyntaxEditor, Object>, RadSyntaxEditor)
Initializes a new instance of the Syntax
Declaration
public SyntaxEditorEditingCommand(Action<RadSyntaxEditor, object> commandAction, RadSyntaxEditor editor)
Parameters
System. The command action. |
Rad The editor. |
Methods
CanExecuteOverride(Object)
Determines whether this instance [can execute override] the specified parameter.
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System. The parameter. |
Returns
System.
|