Event CanExecuteChanged
Occurs when changes occur that affect whether or not the command should execute.
public event EventHandler CanExecuteChanged
Returns
- EventHandler
- Occurs when changes occur that affect whether or not the command should execute.
- Implements