CommandManager.CanExecute Attached Event

Definition

Occurs when the CanExecute(Object, IInputElement) method on the RoutedCommand is called and the PreviewCanExecute event was not handled.

see AddCanExecuteHandler, and RemoveCanExecuteHandler
see AddCanExecuteHandler, and RemoveCanExecuteHandler
see AddCanExecuteHandler, and RemoveCanExecuteHandler

Remarks

Routed Event Information

Identifier field CanExecuteEvent
Routing strategy Bubbling
Delegate CanExecuteRoutedEventHandler

Applies to

See also