ISharePointProjectEvents Interface
Defines the events relevant to ISharePointProject objects. The implementing object defines the context on which these events occur.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | DeploymentCompleted | Occurs after you deploy an ISharePointProject instance. |
![]() | DeploymentStarted | Occurs after you begin deploying an ISharePointProject instance. |
![]() | ProjectAdded | Occurs when you add a new ISharePointProject instance. |
![]() | ProjectDisposing | Occurs when you dispose an ISharePointProject instance. |
![]() | ProjectInitialized | Occurs when you initialize an ISharePointProject instance. |
![]() | ProjectMenuItemsRequested | Occurs when you request context menu items from an ISharePointProject instance. |
![]() | ProjectNameChanged | Occurs when you rename an ISharePointProject instance. |
![]() | ProjectPropertiesRequested | Occurs when you query an ISharePointProject instance for its properties. |
![]() | ProjectPropertyChanged | Occurs when you change a project property value in an ISharePointProject instance. |
![]() | ProjectRemoved | Occurs when you remove an ISharePointProject instance. |
The sender in all events should be the ISharePointProject instance related to the event.
