ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / OnGotKeyboardFocus Method
The System.Windows.Input.KeyboardFocusChangedEventArgs that contains the event data.



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 _
    ) 
    'Usage
     
    
    Dim instance As C1Window
    Dim e As KeyboardFocusChangedEventArgs
     
    instance.OnGotKeyboardFocus(e)
    protected override void OnGotKeyboardFocus( 
       KeyboardFocusChangedEventArgs e
    )
    protected:
    void OnGotKeyboardFocus( 
       KeyboardFocusChangedEventArgs^ e
    ) override 

    Parameters

    e
    The System.Windows.Input.KeyboardFocusChangedEventArgs that contains the event data.
    See Also