SPDeployment.OnStarted method (SPDeploymentEventArgs)
Raises the Started event.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub OnStarted ( _
e As SPDeploymentEventArgs _
)
'Usage
Dim e As SPDeploymentEventArgs
Me.OnStarted(e)
protected virtual void OnStarted(
SPDeploymentEventArgs e
)
Parameters
e
Type: Microsoft.SharePoint.Deployment.SPDeploymentEventArgsThe SPDeploymentErrorEventArgs value.
Remarks
The sender is always the current instance of the class.