DataGridView.BackgroundImageLayoutChanged Zdarzenie

Definicja

Występuje, gdy BackgroundImageLayout właściwość ulegnie zmianie.

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 

Typ zdarzenia

Atrybuty

Uwagi

Mimo że to zdarzenie występuje zgodnie z opisem, BackgroundImageLayout właściwość nie jest odpowiednia dla tej kontrolki.

Aby uzyskać więcej informacji na temat obsługi zdarzeń, zobacz Obsługa i podnoszenie zdarzeń.

Dotyczy

Zobacz też