Table of Contents

Event SessionBegun

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Raised when Begin(Toplevel) has been called and has created a new SessionToken.

public event EventHandler<SessionTokenEventArgs>? SessionBegun

Returns

EventHandler<SessionTokenEventArgs>
Raised when has been called and has created a new .
Implements

Remarks

If StopAfterFirstIteration is true, callers to Begin(Toplevel) must also subscribe to SessionEnded and manually dispose of the SessionToken token when the application is done.