ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / GettingFocus Event

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