ProgressEventArgs Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
![]() |
ProgressEventArgs(SPDeploymentEventArgs) | Initializes a new instance of the ProgressEventArgsclass, including import information. |
![]() |
ProgressEventArgs(Int32) | Initializes a new instance of the ProgressEventArgs class, including the number of objects being exported. |
![]() |
ProgressEventArgs(String) | Initializes a new instance of the ProgressEventArgs class, including an export message. |
![]() |
ProgressEventArgs(Int32, String) | Initializes a new instance of the ProgressEventArgs class, including an export message and the number of objects being exported. |
Top