Event NotifyStopRunState | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Notify that a existent Application.RunState is stopping (End(RunState) was called).

public static event Action<Toplevel> NotifyStopRunState

Returns

Action<Toplevel>

Notify that a existent is stopping ( was called).

Remarks

If ExitRunLoopAfterFirstIteration is true callers toBegin(Toplevel) must also subscribe to NotifyStopRunStateand manually dispose of the Application.RunState token when the application is done.

Edit this page