Table of Contents

Method OnHeightChanging

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnHeightChanging(ValueChangingEventArgs<Dim>)

Called before the Height property changes, allowing subclasses to cancel or modify the change.

protected override bool OnHeightChanging(ValueChangingEventArgs<Dim> e)

Parameters

e ValueChangingEventArgs<Dim>

Returns

bool

True to cancel the change, false to proceed.