Table of Contents

Event SchemeChanged

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

Raised after the scheme is set, notifying handlers of the completed change.

public event EventHandler<ValueChangedEventArgs<Scheme?>>? SchemeChanged

Returns

EventHandler<ValueChangedEventArgs<Scheme>>
Raised after the scheme is set, notifying handlers of the completed change.

Remarks

Provides the old and new scheme via OldValue and NewValue, which may be null.