Event LayoutComplete | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Fired after the View's LayoutSubviews() method has completed.
public event Action<View.LayoutEventArgs> LayoutComplete
Returns
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.