ComboBoxChange

This event occurs when a user alters the text in a combo box on a CommandBar control.

Syntax

Private Sub commandbar_ComboBoxChange(combobox)

Parameters

commandbar
Object expression that evaluates to a CommandBar control.
combobox
Copy of an edited CommandBarComboBox object.

Remarks

The ComboBoxChange event occurs when a user changes the text in a CommandBarComboBox with the Style property set to cbrComboBoxDropDown.