Table of Contents

Interface IWindowSizeMonitor

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Interface for classes responsible for reporting the current size of the terminal window.

public interface IWindowSizeMonitor

Methods

Poll()

Examines the current size of the terminal and raises SizeChanging if it is different from last inspection.

Events

SizeChanging

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