New to Telerik UI for WinFormsStart a free 30-day trial

Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand

Definition

Constructors

Initializes a new instance of the SyntaxEditorEditingCommand class.

C#
public SyntaxEditorEditingCommand(Action<RadSyntaxEditorElement, object> commandAction, RadSyntaxEditorElement editor)
Parameters:commandActionAction<RadSyntaxEditorElement, object>

The command action.

editorRadSyntaxEditorElement

The editor.

Methods

Determines whether this instance [can execute override] the specified parameter.

C#
protected override bool CanExecuteOverride(object parameter)
Parameters:parameterobject

The parameter.

Returns:

bool

true if this instance [can execute override] the specified parameter; otherwise, false.

Overrides: SyntaxEditorDelegateCommand.CanExecuteOverride(object)