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