Table of Contents

Event SizeChanged

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

The event fired when the screen changes (size, position, etc.). Screen is the source of truth for screen dimensions. Cols and Rows are read-only and derived from Screen.

public event EventHandler<SizeChangedEventArgs>? SizeChanged

Returns

EventHandler<SizeChangedEventArgs>
The event fired when the screen changes (size, position, etc.). is the source of truth for screen dimensions. and are read-only and derived from .
Implements