DataGridView.BackgroundImageLayoutChanged Událost

Definice

Nastane při BackgroundImageLayout změně vlastnosti.

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 

Event Type

Atributy

Poznámky

I když k této události dochází podle popisu, BackgroundImageLayout vlastnost není pro tento ovládací prvek relevantní.

Další informace o zpracování událostí najdete v tématu Zpracování a vyvolávání událostí.

Platí pro

Viz také