DataGridView.BackgroundImageLayoutChanged Evento

Definição

Ocorre quando a propriedade BackgroundImageLayout muda.

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 

Tipo de evento

Atributos

Comentários

Embora esse evento ocorra conforme descrito, a BackgroundImageLayout propriedade não é relevante para esse controle.

Para obter mais informações sobre como lidar com eventos, consulte Manipulando e levantando eventos.

Aplica-se a

Confira também