ISharePointProjectItemFileEvents Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the events relating to ISharePointProjectItemFile objects.

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

Syntax

'Declaration
Public Interface ISharePointProjectItemFileEvents
public interface ISharePointProjectItemFileEvents

The ISharePointProjectItemFileEvents type exposes the following members.

Events

  Name Description
Public event FileAdded Occurs when a new ISharePointProjectItemFile instance is added.
Public event FileDeploymentPathChanged Occurs when the DeploymentPath property is modified.
Public event FileDeploymentTypeChanged Occurs when the DeploymentType property is modified.
Public event FileNameChanged Occurs when an ISharePointProjectItemFile instance is renamed.
Public event FilePropertyChanged Occurs when a property value in an ISharePointProjectItemFile instance is modified.
Public event FileRemoved Occurs when an ISharePointProjectItemFile instance is removed.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.SharePoint Namespace