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

See Also