System.Windows.Input.ICommand: Method Members

The methods of System.Windows.Input.ICommand are listed below. For a list of all members, see the ICommand Members list.

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.