Class
SyntaxEditorEditingCommand

Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand

Definition

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

RadSyntaxEditor

The editor.

Methods

CanExecuteOverride(object)

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

Declaration

cs-api-definition
protected override bool CanExecuteOverride(object parameter)

Parameters

parameter

object

The parameter.

Returns

bool

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

Overrides SyntaxEditorDelegateCommand.CanExecuteOverride(object)