ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / FocusDisengaged Event

In This Topic
    FocusDisengaged Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event FocusDisengaged As Windows.Foundation.TypedEventHandler(Of Control,FocusDisengagedEventArgs)
    public event Windows.Foundation.TypedEventHandler<Control,FocusDisengagedEventArgs> FocusDisengaged
    See Also