ISharePointProjectEvents 接口

定义

定义与 ISharePointProject 对象相关的事件。 实现对象可定义这些事件发生的上下文。

public interface ISharePointProjectEvents
派生

注解

所有事件中的发送方都应该是 ISharePointProject 与事件相关的实例。

事件

DeploymentCompleted

在部署 ISharePointProject 实例后发生。

DeploymentStarted

在开始部署 ISharePointProject 实例后发生。

ProjectAdded

在添加新 ISharePointProject 实例时发生。

ProjectDisposing

在释放新 ISharePointProject 实例时发生。

ProjectInitialized

在初始化 ISharePointProject 实例时发生。

ProjectMenuItemsRequested

在请求 ISharePointProject 实例的上下文菜单项时发生。

ProjectNameChanged

在重命名 ISharePointProject 实例时发生。

ProjectPropertiesRequested

在查询 ISharePointProject 实例的属性时发生。

ProjectPropertyChanged

ISharePointProject 实例中更改项目属性值时发生。

ProjectRemoved

在删除 ISharePointProject 实例时发生。

适用于