_CommandBarComboBoxEvents_ChangeEventHandler Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type De délégué utilisé pour ajouter un gestionnaire d’événements pour l’événement Change . L’événement Change se produit lorsque l’utilisateur final modifie la sélection dans une zone de liste déroulante de barre de commandes.
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox ^ Ctrl);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void _CommandBarComboBoxEvents_ChangeEventHandler(CommandBarComboBox Ctrl);
Public Delegate Sub _CommandBarComboBoxEvents_ChangeEventHandler(Ctrl As CommandBarComboBox)
Paramètres
- Ctrl
- CommandBarComboBox
Contrôle de zone de liste déroulante de la barre de commandes.
- Attributs