DataGridView.BackgroundImageLayoutChanged É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 la BackgroundImageLayout propriété change.
public:
event EventHandler ^ BackgroundImageLayoutChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler BackgroundImageLayoutChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? BackgroundImageLayoutChanged;
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImageLayoutChanged : EventHandler
Public Custom Event BackgroundImageLayoutChanged As EventHandler
Type d'événement
- Attributs
Remarques
Bien que cet événement se produise comme décrit, la BackgroundImageLayout propriété n’est pas pertinente pour ce contrôle.
Pour plus d’informations sur la gestion des événements, consultez Gestion et déclenchement d’événements.