ISharePointProjectItemFileEvents Interface
Defines the events relating to ISharePointProjectItemFile objects.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | FileAdded | Occurs when a new ISharePointProjectItemFile instance is added. |
![]() | FileDeploymentPathChanged | Occurs when the DeploymentPath property is modified. |
![]() | FileDeploymentTypeChanged | Occurs when the DeploymentType property is modified. |
![]() | FileNameChanged | Occurs when an ISharePointProjectItemFile instance is renamed. |
![]() | FileOpening | Occurs when an ISharePointProjectItemFile instance is about to be opened. |
![]() | FilePropertyChanged | Occurs when a property value in an ISharePointProjectItemFile instance is modified. |
![]() | FileRemoved | Occurs when an ISharePointProjectItemFile instance is removed. |
The implementing object defines the context on which these events occur. The sender in all events should be the ISharePointProjectItemFile instance related to the event.
Show:
