Table of Contents

Event WidthChanged

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

Raised after the Width property changes, allowing handlers to react to the change.

public event EventHandler<ValueChangedEventArgs<Dim>>? WidthChanged

Returns

EventHandler<ValueChangedEventArgs<Dim>>
Raised after the property changes, allowing handlers to react to the change.