DataGridView.BackgroundImageLayoutChanged Événement

Définition

Se produit quand la propriété BackgroundImageLayout 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 façon de gérer les événements, consultez gestion et déclenchement d’événements.

S’applique à

Voir aussi