ComboBox.OnDropDownOpened(EventArgs) Méthode
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.
Signale quand la fenêtre contextuelle d’une zone de liste modifiable s’ouvre.
protected:
virtual void OnDropDownOpened(EventArgs ^ e);
protected virtual void OnDropDownOpened(EventArgs e);
abstract member OnDropDownOpened : EventArgs -> unit
override this.OnDropDownOpened : EventArgs -> unit
Protected Overridable Sub OnDropDownOpened (e As EventArgs)
Paramètres
Données d’événement pour l’événement DropDownOpened .