ElementHost.Layout Evento

Definición

Se produce cuando un control debe volver a colocar sus controles secundarios.

public:
 event System::Windows::Forms::LayoutEventHandler ^ Layout;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.LayoutEventHandler Layout;
[<System.ComponentModel.Browsable(false)>]
member this.Layout : System.Windows.Forms.LayoutEventHandler 
Public Custom Event Layout As LayoutEventHandler 

Tipo de evento

Atributos

Comentarios

Para obtener más información sobre el evento Layout, vea Control.Layout.

Se aplica a

Consulte también