Table of Contents

Event Iteration

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

This event is raised on each iteration of the main loop.

[Obsolete("The legacy static Application object is going away.")]
public static event EventHandler<EventArgs<IApplication?>>? Iteration

Returns

EventHandler<EventArgs<IApplication>>
This event is raised on each iteration of the main loop.

Remarks

This event is raised before input processing, timeout callbacks, and rendering occur each iteration.

The event args contain the current application instance.