Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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