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 ISharePointProjectItem objects.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface ISharePointProjectItemEvents
public interface ISharePointProjectItemEvents
The ISharePointProjectItemEvents type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
DeploymentStepCompleted | Occurs when a deployment step completes for an ISharePointProjectItem instance. |
![]() |
DeploymentStepStarted | Occurs when a deployment step starts for an ISharePointProjectItem instance. |
![]() |
ProjectItemAdded | Occurs when a new ISharePointProjectItem instance is added. |
![]() |
ProjectItemDisposing | Occurs when an ISharePointProjectItem instance is about to be disposed. |
![]() |
ProjectItemInitialized | Occurs when an ISharePointProjectItem instance is initialized. |
![]() |
ProjectItemMenuItemsRequested | Occurs when an ISharePointProjectItem instance is requested for context menu items. |
![]() |
ProjectItemNameChanged | Occurs when an ISharePointProjectItem instance is renamed. |
![]() |
ProjectItemOpen | Occurs when a SharePoint project item folder opens. |
![]() |
ProjectItemPropertiesRequested | Occurs when an ISharePointProjectItem instance is requested for properties. |
![]() |
ProjectItemPropertyChanged | Occurs when a property value in an ISharePointProjectItem instance is changed. |
![]() |
ProjectItemRemoved | Occurs when an ISharePointProjectItem instance is removed. |
Top
Remarks
The implementing object defines the context on which these events occur. The sender in all events should be the ISharePointProjectItem instance related to the event.