ContainerControl.OnLayout(LayoutEventArgs) Method

Definition

Raises the Layout event.

protected:
 override void OnLayout(System::Windows::Forms::LayoutEventArgs ^ e);
protected override void OnLayout (System.Windows.Forms.LayoutEventArgs e);
override this.OnLayout : System.Windows.Forms.LayoutEventArgs -> unit
Protected Overrides Sub OnLayout (e As LayoutEventArgs)

Parameters

e
LayoutEventArgs

A LayoutEventArgs that contains the event data.

Applies to