Table of Contents

Method OnWidthChanging

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

OnWidthChanging(ValueChangingEventArgs<Dim>)

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

protected override bool OnWidthChanging(ValueChangingEventArgs<Dim> e)

Parameters

e ValueChangingEventArgs<Dim>

Returns

bool

True to cancel the change, false to proceed.