Invoked when an unhandled 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. 
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
protected override void OnGotKeyboardFocus( KeyboardFocusChangedEventArgs e )
Protected Overrides Sub OnGotKeyboardFocus ( _ e As KeyboardFocusChangedEventArgs _ )
protected: virtual void OnGotKeyboardFocus( KeyboardFocusChangedEventArgs^ e ) override
 Parameters
 Parameters- e (KeyboardFocusChangedEventArgs)
- The KeyboardFocusChangedEventArgs that contains the event data.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238

