TabControl.BackgroundImageLayoutChanged Evento

Definición

Se produce cuando cambia el valor de la propiedad BackgroundImageLayout.

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

Comentarios

La BackgroundImageLayout propiedad no es significativa para este control, aunque puede cambiar su valor y controlar el BackgroundImageLayoutChanged evento para detectar el cambio.

Se aplica a