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.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public event CanExecuteRoutedEventHandler CanExecute
Visual Basic
Public Event CanExecute As CanExecuteRoutedEventHandler

See Also