Table of Contents

Event LayoutComplete

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Fired after the View's LayoutSubviews() method has completed.

public event Action<View.LayoutEventArgs> LayoutComplete

Returns

Action<View.LayoutEventArgs>
Fired after the View's method has completed.

Remarks

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