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

Class SyntaxEditorEditingCommand. Implements the SyntaxEditorDelegateCommand

Definition

Constructors

Initializes a new instance of the SyntaxEditorEditingCommand class.

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

The command action.

editorRadSyntaxEditor

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)