Table of Contents

Event SubViewLayout

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised by Terminal.Gui.View.LayoutSubViews() before any subviews have been laid out.

public event EventHandler<LayoutEventArgs>? SubViewLayout

Returns

EventHandler<LayoutEventArgs>
Raised by before any subviews have been laid out.

Remarks

Subscribe to this event to perform tasks when the layout is changing.