ISharePointProjectEvents Interface

 

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)

public interface class ISharePointProjectEvents

NameDescription
System_CAPS_pubeventDeploymentCompleted

Occurs after you deploy an ISharePointProject instance.

System_CAPS_pubeventDeploymentStarted

Occurs after you begin deploying an ISharePointProject instance.

System_CAPS_pubeventProjectAdded

Occurs when you add a new ISharePointProject instance.

System_CAPS_pubeventProjectDisposing

Occurs when you dispose an ISharePointProject instance.

System_CAPS_pubeventProjectInitialized

Occurs when you initialize an ISharePointProject instance.

System_CAPS_pubeventProjectMenuItemsRequested

Occurs when you request context menu items from an ISharePointProject instance.

System_CAPS_pubeventProjectNameChanged

Occurs when you rename an ISharePointProject instance.

System_CAPS_pubeventProjectPropertiesRequested

Occurs when you query an ISharePointProject instance for its properties.

System_CAPS_pubeventProjectPropertyChanged

Occurs when you change a project property value in an ISharePointProject instance.

System_CAPS_pubeventProjectRemoved

Occurs when you remove an ISharePointProject instance.

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

Return to top
Show: