PictureBox.Leave É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 lorsque le focus quitte PictureBox.
public:
event EventHandler ^ Leave;
[System.ComponentModel.Browsable(false)]
public event EventHandler Leave;
[<System.ComponentModel.Browsable(false)>]
member this.Leave : EventHandler
Public Custom Event Leave As EventHandler
Type d'événement
- Attributs
Remarques
Pour plus d'informations sur la gestion des événements, voir gestion et déclenchement d’événements.