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