Table of Contents

Event Unloaded

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

public event Action Unloaded

Returns

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