_CommandBarComboBoxEvents_ChangeEventHandler Delegate
A Delegate type used to add an event handler for the Change event. The Change event occurs when the end user changes the selection in a command bar combo box.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler ( _
Ctrl As CommandBarComboBox _
)
'Usage
Dim instance As New _CommandBarComboBoxEvents_ChangeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(
CommandBarComboBox Ctrl
)
Parameters
Ctrl
Type: Microsoft.Office.Core.CommandBarComboBoxThe command bar combo box control.