SPDeployment.ProgressUpdated event

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.

See also

Reference

SPDeployment class

SPDeployment members

Microsoft.SharePoint.Deployment namespace