Share via


WorkflowDesignerMessageFilter.OnLayout(LayoutEventArgs) Método

Definición

Se produce cuando se debe cambiar la posición de los objetos secundarios.

protected:
 virtual void OnLayout(System::Windows::Forms::LayoutEventArgs ^ eventArgs);
protected virtual void OnLayout (System.Windows.Forms.LayoutEventArgs eventArgs);
abstract member OnLayout : System.Windows.Forms.LayoutEventArgs -> unit
override this.OnLayout : System.Windows.Forms.LayoutEventArgs -> unit
Protected Overridable Sub OnLayout (eventArgs As LayoutEventArgs)

Parámetros

eventArgs
LayoutEventArgs

Un LayoutEventArgs que contiene información sobre el evento.

Comentarios

OnLayout se produce cuando los objetos secundarios se deben cambiar de posición dentro del contenedor primario.

Se aplica a