Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.