ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / OnGotFocus Method

In This Topic
    OnGotFocus Method (C1DropDownButton)
    In This Topic
    Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnGotFocus( _
       ByVal e As RoutedEventArgs _
    ) 
    protected override void OnGotFocus( 
       RoutedEventArgs e
    )

    Parameters

    e
    See Also