Event ThemeChanged
- Namespace
- Terminal.Gui.Configuration
- Assembly
- Terminal.Gui.dll
Raised after the active theme has changed. The Value is the name of the newly-active theme.
public event EventHandler<EventArgs<string>>? ThemeChanged
Returns
- EventHandler<EventArgs<string>>
- Raised after the active theme has changed. The is the name of the newly-active theme.
- Implements
Remarks
For static (non-DI) consumers such as View subclasses, see ThemeChanged, which raises in lockstep with this event.