Table of Contents

Method OnHeightChanged

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

OnHeightChanged(ValueChangedEventArgs<Dim>)

Called after the Height property changes, allowing subclasses to react to the change.

protected virtual void OnHeightChanged(ValueChangedEventArgs<Dim> args)

Parameters

args ValueChangedEventArgs<Dim>

The event arguments containing the old and new height.