ISharePointProjectItemEvents 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 relevant to ISharePointProjectItem objects.
public interface class ISharePointProjectItemEvents
public interface ISharePointProjectItemEvents
type ISharePointProjectItemEvents = interface
Public Interface ISharePointProjectItemEvents
- Derived
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.
Events
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. |