Table of Contents

Event Loaded

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Invoked when the ToplevelRunState has begun to be loaded. A Loaded event handler is a good place to finalize initialization before calling RunLoop(RunState).

public event EventHandler? Loaded

Returns

EventHandler
Invoked when the has begun to be loaded. A Loaded event handler is a good place to finalize initialization before calling .