ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox Class / GettingFocus Event

In This Topic
    GettingFocus Event (C1ListBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GettingFocus As Windows.Foundation.TypedEventHandler(Of UIElement,GettingFocusEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,GettingFocusEventArgs> GettingFocus
    See Also