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. |