Event Resized | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Invoked when the terminal has been resized. The new Size of the terminal is provided.

public event Action<Size> Resized

Returns

Action<Size>

Invoked when the terminal has been resized. The new of the terminal is provided.

Edit this page