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.
Defines the events relevant to ISharePointProject objects. The implementing object defines the context on which these events occur.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ISharePointProjectEvents
public interface ISharePointProjectEvents
The ISharePointProjectEvents type exposes the following members.
Events
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. |
Top
Remarks
The sender in all events should be the ISharePointProject instance related to the event.