DeploymentEventArgs Class

 

Provides data for the DeploymentStarted and DeploymentCompleted events.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.SharePoint::SharePointProjectEventArgs
      Microsoft.VisualStudio.SharePoint::DeploymentEventArgs

public ref class DeploymentEventArgs : SharePointProjectEventArgs

NameDescription
System_CAPS_pubmethodDeploymentEventArgs(ISharePointProject^, IDeploymentContext^)

Initializes a new instance of the DeploymentEventArgs class.

NameDescription
System_CAPS_pubpropertyDeploymentContext

Gets an object that provides information about the current deployment session.

System_CAPS_pubpropertyProject

Gets or sets an instance of the ISharePointProject.(Inherited from SharePointProjectEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The DeploymentStarted and DeploymentCompleted events are raised when a SharePoint project is deployed. For more information about handling these events, see How to: Run Code When a SharePoint Project is Deployed or Retracted.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: