[]
Invoked when an unhandled Keyboard.GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
Protected Overrides Sub OnGotKeyboardFocus(e As KeyboardFocusChangedEventArgs)
Type | Name | Description |
---|---|---|
KeyboardFocusChangedEventArgs | e | The KeyboardFocusChangedEventArgs that contains the event data. |