Table of Contents

Event InitializedChanged

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

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

[Obsolete("The legacy static Application object is going away.")]
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.