ICommand
ICommand class
Defines a command.
Methods
| Name | Description |
|---|---|
| Execute | Defines the method to be called when the command is invoked. |
| get_CanExecute | Defines the operator that determines whether the command can execute in its current state. |
| CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |