ISharePointProjectItemFileEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the events relating to ISharePointProjectItemFile objects.
public interface class ISharePointProjectItemFileEvents
public interface ISharePointProjectItemFileEvents
type ISharePointProjectItemFileEvents = interface
Public Interface ISharePointProjectItemFileEvents
- Derived
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.
Events
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 | |
FilePropertyChanged |
Occurs when a property value in an ISharePointProjectItemFile instance is modified. |
FileRemoved |
Occurs when an ISharePointProjectItemFile instance is removed. |