定义与 ISharePointProject 对象相关的事件。 实现对象定义发生这些事件的上下文。
命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface ISharePointProjectEvents
public interface ISharePointProjectEvents
ISharePointProjectEvents 类型公开以下成员。
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | DeploymentCompleted | 在部署 ISharePointProject 实例后发生。 | 
| .gif) | DeploymentStarted | 在开始部署 ISharePointProject 实例后发生。 | 
| .gif) | ProjectAdded | 在添加新的 ISharePointProject 实例时发生。 | 
| .gif) | ProjectDisposing | 在释放 ISharePointProject 实例时发生。 | 
| .gif) | ProjectInitialized | 在初始化 ISharePointProject 实例时发生。 | 
| .gif) | ProjectMenuItemsRequested | 在从 ISharePointProject 实例请求上下文菜单项时发生。 | 
| .gif) | ProjectNameChanged | 在重命名 ISharePointProject 实例时发生。 | 
| .gif) | ProjectPropertiesRequested | 在查询 ISharePointProject 实例的属性时发生。 | 
| .gif) | ProjectPropertyChanged | 在更改 ISharePointProject 实例中的项目属性值时发生。 | 
| .gif) | ProjectRemoved | 在移除 ISharePointProject 实例时发生。 | 
页首
备注
所有事件中的发送方都应为与该事件相关的 ISharePointProject 实例。