Table of Contents

Method OnSubviewLayout

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OnSubviewLayout(LayoutEventArgs)

Called from LayoutSubviews() before any subviews have been laid out.

protected override void OnSubviewLayout(LayoutEventArgs args)

Parameters

args LayoutEventArgs

Remarks

Override to perform tasks when the layout is changing.