Namespace: Semata.ControlsCLR
An Implementation of ICommand
public class BoundCommand : 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. |