ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / GettingFocus Event

In This Topic
    GettingFocus Event
    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