DataGridView.StyleChanged É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 style de contrôle change.
public:
event EventHandler ^ StyleChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler StyleChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? StyleChanged;
[<System.ComponentModel.Browsable(false)>]
member this.StyleChanged : EventHandler
Public Custom Event StyleChanged As EventHandler
Type d'événement
- Attributs
Remarques
Cet événement n’est pas pertinent pour ce contrôle.
Pour plus d’informations sur la gestion des événements, consultez Gestion et déclenchement d’événements.