Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Keyboard.PreviewLostKeyboardFocusEvent Field
Definition
- Namespace:
- System.Windows.Input
- Assembly:
- PresentationCore.dll
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the PreviewLostKeyboardFocus attached event.
public: static initonly System::Windows::RoutedEvent ^ PreviewLostKeyboardFocusEvent;
public static readonly System.Windows.RoutedEvent PreviewLostKeyboardFocusEvent;
staticval mutable PreviewLostKeyboardFocusEvent : System.Windows.RoutedEvent
Public Shared ReadOnly PreviewLostKeyboardFocusEvent As RoutedEvent
Field Value
Remarks
Routed event identifiers are created when routed events are registered, and the result is stored as a field on the class that registers the routed event. These identifiers contain an identifying name, owner type, handler type, routing strategy, and a utility method for adding owners for the event. You often use these identifiers as parameters to event system methods, to identify a particular routed event.
Applies to
Feedback
Was this page helpful?
