Event InitializedChanged | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

This event is raised after the Init(IConsoleDriver?, 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.

Edit this page