Table of Contents

Event InitializedChanged

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

This event is raised after the Init(ConsoleDriver?, string?) and Shutdown() methods have been called.

public static event EventHandler<EventArgs<bool>>? InitializedChanged

Returns

EventHandler<EventArgs<bool>>
This event is raised after the and methods have been called.

Remarks

Intended to support unit tests that need to know when the application has been initialized.