Table of Contents

Event Iteration

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

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

event EventHandler<IterationEventArgs>? Iteration

Returns

EventHandler<IterationEventArgs>
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.

See also AddTimeout(TimeSpan, Func<bool>) and TimedEvents.