The following tables list the members exposed by RoutedCommandBase.
Public Constructors
Protected Fields
| Name | Description |
| mVM |
Store the base ViewModel
|
Top
Public Properties
| Name | Description |
| ExecuteState |
Property to allow the consumer to change the execution state of a command.
|
| IsExecutable |
Property to return the CanExecute status of the command.
|
Top
Public Methods
| Name | Description |
| CanExecute |
CanExecute returns true/false depending on if the command can be executed.
The default is to return TRUE, override in the extending class to add logic
|
| Execute |
Execute method performs the command. This method should be overriden to implement logic.
|
Top
Public Events
See Also