Table of Contents

Event Resized

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.