Event CanExecuteChanged
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
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