PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocumentBase.ProgressChangedEventArgs Class / C1PdfDocumentBase.ProgressChangedEventArgs Constructor
The percentage of an asynchronous task that has been completed.
A unique user state.

In This Topic
    C1PdfDocumentBase.ProgressChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the progress changed System.EventArgs.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal progressPercentage As Integer, _
       ByVal userState As Object _
    )
    public C1PdfDocumentBase.ProgressChangedEventArgs( 
       int progressPercentage,
       object userState
    )

    Parameters

    progressPercentage
    The percentage of an asynchronous task that has been completed.
    userState
    A unique user state.
    See Also