RibbonComboBox.ItemsLoading 事件

定义

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

event Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler ItemsLoading;

事件类型

RibbonControlEventHandler

注解

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

在向用户显示此事件之前,可以使用此事件来更新此项的列表 RibbonComboBox

适用于