Documents for PDF, .NET Edition Documentation
GcPdfDocument.ProgressChangedEventArgs Constructor

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument.ProgressChangedEventArgs Class : GcPdfDocument.ProgressChangedEventArgs Constructor
The percentage of an asynchronous task that has been completed.
A unique user state.
Initializes a new instance of the progress changed System.EventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal progressPercentage As System.Integer, _
   ByVal userState As System.Object _
)
public GcPdfDocument.ProgressChangedEventArgs( 
   System.int progressPercentage,
   System.object userState
)

Parameters

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

Reference

GcPdfDocument.ProgressChangedEventArgs Class
GcPdfDocument.ProgressChangedEventArgs Members