OnIdle - cIdleHandler
This event is sent to the idle handler when pbEnabled is True and an idle event occurs
Type: Event
Syntax
Procedure OnIdle
Description
The OnIdle is the event that can be used to process an idle event. A cIdleHandler object sends this event before the application's UI loop is about to "go idle".
OnIdle is only sent if the object's pbEnabled state is set to true.
See the cIdleHandler class for more information and a sample showing how to use an idle handler.