RibbonComboBox.ItemsLoading 事件

当此 RibbonComboBox 的下拉列表打开时发生。

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
Event ItemsLoading As RibbonControlEventHandler
event RibbonControlEventHandler ItemsLoading

备注

RibbonComboBox 的下拉列表关闭时添加到其中的项要在用户打开该下拉列表之后才会加载到 Office 应用程序中。

使用此事件可以在向用户显示该 RibbonComboBox 之前更新其中的项列表。

.NET Framework 安全性

请参见

参考

RibbonComboBox 接口

Microsoft.Office.Tools.Ribbon 命名空间

其他资源

功能区对象模型概述