_CommandBarComboBoxEvents_ChangeEventHandler Delegate

Definition

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.

public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox ^ Ctrl);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox Ctrl);
[<System.Runtime.InteropServices.ComVisible(false)>]
type _CommandBarComboBoxEvents_ChangeEventHandler = delegate of CommandBarComboBox -> unit
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler(Ctrl As CommandBarComboBox)

Parameters

Ctrl
CommandBarComboBox

The command bar combo box control.

Attributes

Applies to