The following tables list the members exposed by WpfCommand.
Public Methods
| 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. |
 | RaiseCanExecuteChanged | |
Top
Protected Methods
| Name | Description |
 | OnCanExecuteChecking | Fires the CanExecuteChecking event. If not assigned, a value of true is returned. |
 | OnExecuted | Fires the Executed event. |
Top
Extension Methods
Public Events
| Name | Description |
 | CanExecuteChanged | Occurs when changes occur that affect whether or not the command should execute. |
 | CanExecuteChecking | Event fired when the CanExecute checking occurs. |
 | Executed | Event fired when the execution occurs. |
Top
See Also