SPDeployment.Completed event
Event that is raised when the deployment operation is completed.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event Completed As EventHandler(Of SPDeploymentEventArgs)
'Usage
Dim instance As SPDeployment
Dim handler As EventHandler(Of SPDeploymentEventArgs)
AddHandler instance.Completed, handler
public event EventHandler<SPDeploymentEventArgs> Completed
Remarks
The event handler receives an argument of type SPDeploymentEventArgs containing data related to this event.