Namespace: Semata.ControlsCLR
An Implementation of ICommand
public ref class BoundCommand : public ICommand
Implements: MISSING PAGE ICommand
Constructors
| Name | Description |
| BoundCommand(INotifyStateChanged^, Func<object, bool>, Action<object>^) |
Constructs a new instance of BoundCommand. |
Events
| Name | Description |
| CanExecuteChanged |
Raised when underlying source is changed, or CommandManager.RequerySuggested is raised |
Methods
| Name | Description |
| CanExecute(Object^) |
Detemines if the command is able to run. |
| Execute(Object^) |
Runs the command. |