CommandBase<T> Events
A base class for the DelegateCommand<T> and AsyncCommand<T> classes.
Name | Description |
---|---|
Can |
Occurs when changes occur that affect whether or not the command should execute. |
See Also