ProgressEventArgs Constructor (Int32)
Initializes a new instance of the ProgressEventArgs class, including the number of objects being exported.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
objectExported As Integer _
)
'Usage
Dim objectExported As Integer
Dim instance As New ProgressEventArgs(objectExported)
public ProgressEventArgs(
int objectExported
)
Parameters
- objectExported
Type: System.Int32