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.PhoneAssembly: 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" .../> |