_CommandBarComboBoxEvents_ChangeEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das Change Ereignis verwendet wird. Das Change-Ereignis tritt auf, wenn der Endbenutzer die Auswahl in einem Kombinationsfeld der Befehlsleiste ändert.

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)

Parameter

Ctrl
CommandBarComboBox

Das Befehlsleisten-Kombinationsfeld-Steuerelement.

Attribute

Gilt für: