[]
Invoked when an unhandled System.Windows.Input.Keyboard.LostKeyboardFocus 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 OnLostKeyboardFocus(KeyboardFocusChangedEventArgs e)
Protected Overrides Sub OnLostKeyboardFocus(e As KeyboardFocusChangedEventArgs)
Type | Name | Description |
---|---|---|
KeyboardFocusChangedEventArgs | e | The KeyboardFocusChangedEventArgs that contains event data. |