Table of Contents

Method OnSubViewsLaidOut

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

OnSubViewsLaidOut(LayoutEventArgs)

Called from Terminal.Gui.ViewBase.View.LayoutSubViews() after all sub-views have been laid out.

protected virtual void OnSubViewsLaidOut(LayoutEventArgs args)

Parameters

args LayoutEventArgs

Remarks

Override to perform tasks after the View has been resized or the layout has otherwise changed.

OSZAR »