ElementHost.ControlAdded Événement
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.
Se produit quand un nouveau contrôle est ajouté à Control.ControlCollection.
public:
event System::Windows::Forms::ControlEventHandler ^ ControlAdded;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.ControlEventHandler ControlAdded;
[<System.ComponentModel.Browsable(false)>]
member this.ControlAdded : System.Windows.Forms.ControlEventHandler
Public Custom Event ControlAdded As ControlEventHandler
Type d'événement
- Attributs
Remarques
Pour plus d'informations sur l'événement ControlAdded, consultez Control.ControlAdded.