ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1WrapPanel Class / LosingFocus Event

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