Event Iteration
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.