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

Remarks

The sender is always the current instance of the class.

See also

Reference

SPDeployment class

SPDeployment members

OnStarted overload

Microsoft.SharePoint.Deployment namespace