Table of Contents

Event Unloaded

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Invoked when the Toplevel RunState has been unloaded. A Unloaded event handler is a good place to dispose objects after calling End(RunState).

public event EventHandler? Unloaded

Returns

EventHandler
Invoked when the Toplevel has been unloaded. A Unloaded event handler is a good place to dispose objects after calling .