Table of Contents

Method OnSchemeChanged

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

OnSchemeChanged(ValueChangedEventArgs<Scheme?>)

Called after the scheme is set, allowing subclasses to react to the change.

protected virtual void OnSchemeChanged(ValueChangedEventArgs<Scheme?> args)

Parameters

args ValueChangedEventArgs<Scheme>

The event arguments containing the old and new scheme.