ProgressEventArgs Constructor (Int32, String)
Initializes a new instance of the ProgressEventArgs class, including an export message and 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, _
exportMessage As String _
)
'Usage
Dim objectExported As Integer
Dim exportMessage As String
Dim instance As New ProgressEventArgs(objectExported, _
exportMessage)
public ProgressEventArgs(
int objectExported,
string exportMessage
)
Parameters
- objectExported
Type: System.Int32
- exportMessage
Type: System.String