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.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event EventHandler CanExecuteChanged
Visual Basic
Public Event CanExecuteChanged As EventHandler
XAML Attribute Usage
<object CanExecuteChanged="EventHandler" .../>

Implements

ICommand..::..CanExecuteChanged

See Also