_CommandBarComboBoxEvents_Event Interface

Definition

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.

Applies to