ISharePointProjectItemFileEvents Interface

 

Defines the events relating to ISharePointProjectItemFile objects.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

public interface class ISharePointProjectItemFileEvents

NameDescription
System_CAPS_pubeventFileAdded

Occurs when a new ISharePointProjectItemFile instance is added.

System_CAPS_pubeventFileDeploymentPathChanged

Occurs when the DeploymentPath property is modified.

System_CAPS_pubeventFileDeploymentTypeChanged

Occurs when the DeploymentType property is modified.

System_CAPS_pubeventFileNameChanged

Occurs when an ISharePointProjectItemFile instance is renamed.

System_CAPS_pubeventFileOpening

Occurs when an ISharePointProjectItemFile instance is about to be opened.

System_CAPS_pubeventFilePropertyChanged

Occurs when a property value in an ISharePointProjectItemFile instance is modified.

System_CAPS_pubeventFileRemoved

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.

Return to top
Show: