Event Iteration
This event is raised on each iteration of the main loop.
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.