Class
RoutedCommand

Definition

Namespace:Telerik.WinForms.SyntaxEditor.Commands

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class RoutedCommand : ICommand

Inheritance: objectRoutedCommand

Derived Classes: RoutedUICommand

Implements: ICommand

Constructors

RoutedCommand()

Declaration

cs-api-definition
public RoutedCommand()

Methods

CanExecute(object)

Declaration

cs-api-definition
public virtual bool CanExecute(object parameter)

Parameters

parameter

object

Returns

bool

Implements ICommand.CanExecute(object)

Execute(object)

Declaration

cs-api-definition
public virtual void Execute(object parameter)

Parameters

parameter

object

Implements ICommand.Execute(object)

Events

CanExecuteChanged

Declaration

cs-api-definition
public event EventHandler CanExecuteChanged

Event Value

EventHandler

Implements ICommand.CanExecuteChanged