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.
Event that is raised when the deployment operation recalculates the current progress of the deployment operation.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event ProgressUpdated As EventHandler(Of SPDeploymentEventArgs)
'Usage
Dim instance As SPDeployment
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.ProgressUpdated, handler
public event EventHandler<SPDeploymentEventArgs> ProgressUpdated
Remarks
The event handler receives an argument of type SPDeploymentErrorEventArgs containing data related to this event.