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

In This Topic
    Loading Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event Loading As Windows.Foundation.TypedEventHandler(Of FrameworkElement,Object)
    public event Windows.Foundation.TypedEventHandler<FrameworkElement,object> Loading
    See Also