ISharePointProjectEvents Interface

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

Defines the events relevant to ISharePointProject objects. The implementing object defines the context on which these events occur.

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

Syntax

'Declaration
Public Interface ISharePointProjectEvents
public interface ISharePointProjectEvents

The ISharePointProjectEvents type exposes the following members.

Events

  Name Description
Public event DeploymentCompleted Occurs after you deploy an ISharePointProject instance.
Public event DeploymentStarted Occurs after you begin deploying an ISharePointProject instance.
Public event ProjectAdded Occurs when you add a new ISharePointProject instance.
Public event ProjectDisposing Occurs when you dispose an ISharePointProject instance.
Public event ProjectInitialized Occurs when you initialize an ISharePointProject instance.
Public event ProjectMenuItemsRequested Occurs when you request context menu items from an ISharePointProject instance.
Public event ProjectNameChanged Occurs when you rename an ISharePointProject instance.
Public event ProjectPropertiesRequested Occurs when you query an ISharePointProject instance for its properties.
Public event ProjectPropertyChanged Occurs when you change a project property value in an ISharePointProject instance.
Public event ProjectRemoved Occurs when you remove an ISharePointProject instance.

Top

Remarks

The sender in all events should be the ISharePointProject instance related to the event.

See Also

Reference

Microsoft.VisualStudio.SharePoint Namespace