DataGridView.BackgroundImageLayoutChanged Evento

Definição

Ocorre quando a BackgroundImageLayout propriedade muda.

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

Observações

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

Para mais informações sobre como gerir eventos, consulte Gestão e Levantamento de Eventos.

Aplica-se a

Ver também