This event occurs when a user alters the text in a combo box on a CommandBar control.
Private Sub commandbar_ComboBoxChange(combobox)
The ComboBoxChange event occurs when a user changes the text in a CommandBarComboBox with the Style property set to cbrComboBoxDropDown.