Table of Contents

Event ScreenChanged

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Invoked when the terminal's size changed. The new size of the terminal is provided.

public static event EventHandler<EventArgs<Rectangle>>? ScreenChanged

Returns

EventHandler<EventArgs<Rectangle>>
Invoked when the terminal's size changed. The new size of the terminal is provided.