Event Iteration | Terminal.Gui v2 (original) (raw)

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

Edit this page