ISharePointProjectEvents 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 ISharePointProject objects. The implementing object defines the context on which these events occur.
public interface class ISharePointProjectEvents
public interface ISharePointProjectEvents
type ISharePointProjectEvents = interface
Public Interface ISharePointProjectEvents
- Derived
Remarks
The sender in all events should be the ISharePointProject instance related to the event.
Events
DeploymentCompleted |
Occurs after you deploy an ISharePointProject instance. |
DeploymentStarted |
Occurs after you begin deploying an ISharePointProject instance. |
ProjectAdded |
Occurs when you add a new ISharePointProject instance. |
ProjectDisposing |
Occurs when you dispose an ISharePointProject instance. |
ProjectInitialized |
Occurs when you initialize an ISharePointProject instance. |
ProjectMenuItemsRequested |
Occurs when you request context menu items from an ISharePointProject instance. |
ProjectNameChanged |
Occurs when you rename an ISharePointProject instance. |
ProjectPropertiesRequested |
Occurs when you query an ISharePointProject instance for its properties. |
ProjectPropertyChanged |
Occurs when you change a project property value in an ISharePointProject instance. |
ProjectRemoved |
Occurs when you remove an ISharePointProject instance. |