_CommandBarComboBoxEvents_Event Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Events interface for Microsoft Office CommandBarComboBox object events.
public interface class _CommandBarComboBoxEvents_Event
[System.Runtime.InteropServices.ComVisible(false)]
public interface _CommandBarComboBoxEvents_Event
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarComboBoxEvents_Event = interface
Public Interface _CommandBarComboBoxEvents_Event
- Derived
- Attributes
Methods
add_Change(_CommandBarComboBoxEvents_ChangeEventHandler) | |
remove_Change(_CommandBarComboBoxEvents_ChangeEventHandler) |
Events
Change |
Occurs when the end user changes the selection in a command bar combo box. |