Occurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the command target.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

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

See Also