ICommand Members
.NET Framework 3.0
Defines a command.
The following tables list the members exposed by the ICommand type.
| Name | Description | |
|---|---|---|
| CanExecute | Defines the method that determines whether the command can execute in its current state. |
| Execute | Defines the method to be called when the command is invoked. |
| Name | Description | |
|---|---|---|
| CanExecuteChanged | Occurs when changes occur which affect whether or not the command should execute. |