Property Initialized | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Initialized
Gets whether the application has been initialized with Init(IConsoleDriver?, string?) and not yet shutdown with Shutdown().
public static bool Initialized { get; }
Property Value
Remarks
The InitializedChanged event is raised after the Init(IConsoleDriver?, string?) and Shutdown() methods have been called.