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