ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer 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