PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / OnGotKeyboardFocus Method

In This Topic
    OnGotKeyboardFocus Method
    In This Topic
    Invoked when an unhandled System.Windows.Input.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.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotKeyboardFocus( _
       ByVal e As KeyboardFocusChangedEventArgs _
    ) 
    protected override void OnGotKeyboardFocus( 
       KeyboardFocusChangedEventArgs e
    )

    Parameters

    e
    See Also