Table of Contents

Event Iteration

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

public static event EventHandler<IterationEventArgs> Iteration

Returns

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

Remarks

See also Timeout