System.Windows.Input.ICommand Members

The members of System.Windows.Input.ICommand are listed below.

Public Methods

CanExecute(object) : bool

Defines the method that determines whether the command can execute in its current state.

Execute(object)

Defines the method to be called when the command is invoked.

Public Events

CanExecuteChanged

Occurs when changes occur that affect whether or not the command should execute.