ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / LosingFocus Event

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