Method AddIdle | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
AddIdle(Func)
Adds specified idle handler function to main iteration processing. The handler function will be called once per iteration of the main loop after other events have been handled.
void AddIdle(Func<bool> func)