Event SubViewsLaidOut | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Raised after all sub-views have been laid out.

public event EventHandler<LayoutEventArgs>? SubViewsLaidOut

Returns

EventHandler<LayoutEventArgs>

Raised after all sub-views have been laid out.

Remarks

Subscribe to this event to perform tasks after the View has been resized or the layout has otherwise changed.

Edit this page