ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / LosingFocus Event

In This Topic
    LosingFocus Event (C1TimeEditor)
    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