ISharePointProjectItemEvents Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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 | |
---|---|---|
![]() |
DeploymentStepCanceled | Occurs when a deployment step has been canceled for an ISharePointProjectItem instance. |
![]() |
DeploymentStepCompleted | Occurs when a deployment step completes for an ISharePointProjectItem instance. |
![]() |
DeploymentStepFailed | Occurs when a deployment step has failed 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.