Occurs when changes to the command source are detected by the command manager. These changes often affect whether the command should execute on the current command target.

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

Syntax

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

Implements

ICommand..::..CanExecuteChanged

See Also