IExplorerNodeEvents 接口

定义由 IExplorerNode 对象引发的事件。

命名空间:  Microsoft.VisualStudio.SharePoint.Explorer
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Public Interface IExplorerNodeEvents
public interface IExplorerNodeEvents

IExplorerNodeEvents 类型公开以下成员。

事件

  名称 说明
公共事件 NodeChildrenRequested IExplorerNode 请求子节点时发生。
公共事件 NodeDisposing 在即将释放 IExplorerNode 时发生。
公共事件 NodeInitialized 在初始化新 IExplorerNode 时发生。
公共事件 NodeMenuItemsRequested IExplorerNode 请求快捷菜单项时发生。
公共事件 NodePropertiesRequested IExplorerNode 请求属性时发生。

页首

请参见

参考

Microsoft.VisualStudio.SharePoint.Explorer 命名空间