Keyboard.GotKeyboardFocusEvent Field
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Identifies the Keyboard.GotKeyboardFocus attached event.
Assembly: PresentationCore (in PresentationCore.dll)
Field Value
Type: System.Windows.RoutedEventThe identifier for the Keyboard.GotKeyboardFocus attached event.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: