Table of Contents

Event HeightChanging

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

Raised before the Height property changes, allowing handlers to modify or cancel the change.

public event EventHandler<ValueChangingEventArgs<Dim>>? HeightChanging

Returns

EventHandler<ValueChangingEventArgs<Dim>>
Raised before the property changes, allowing handlers to modify or cancel the change.

Remarks

Set Handled to true to cancel the change or modify NewValue to adjust the proposed value.