DeploymentEventArgs Class
Provides data for the DeploymentStarted and DeploymentCompleted events.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectEventArgs
Microsoft.VisualStudio.SharePoint::DeploymentEventArgs
| Name | Description | |
|---|---|---|
![]() | DeploymentEventArgs(ISharePointProject^, IDeploymentContext^) | Initializes a new instance of the DeploymentEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | DeploymentContext | Gets an object that provides information about the current deployment session. |
![]() | Project | Gets or sets an instance of the ISharePointProject.(Inherited from SharePointProjectEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


