Occurs when the command associated with this CommandBinding initiates
a check to determine whether the command can be executed 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 CanExecuteRoutedEventHandler PreviewCanExecute |
| Visual Basic |
|---|
Public Event PreviewCanExecute As CanExecuteRoutedEventHandler |
| XAML Attribute Usage |
|---|
<object PreviewCanExecute="CanExecuteRoutedEventHandler" .../> |