Table of Contents

Method OnSizeChanging

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

OnSizeChanging(SizeChangedEventArgs)

Called when the application's size changes. Sets the size of all Toplevels and fires the SizeChanging event.

public static bool OnSizeChanging(SizeChangedEventArgs args)

Parameters

args SizeChangedEventArgs

The new size.

Returns

bool

if the size was changed.