Partager via


DataGridView.BackgroundImageLayoutChanged Événement

Définition

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.

S’applique à

Voir aussi