Occurs when changes occur that affect whether or not the command should execute.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler CanExecuteChanged
Visual Basic
Public Event CanExecuteChanged As EventHandler

Implements

ICommand..::..CanExecuteChanged

See Also