OnIdle - cCJGrid
Called when the application is about to become idle
Type: Event
Syntax
Procedure OnIdle
Description
The grid class contains an Idle handler that sends OnIdle to the grid when your application is about to become idle. The grid uses this to perform important housekeeping events such as deferred painting and the loading and caching of data.
You can augment this to perform additional idle handling events. If you do:
- You must forward this message. If this event is cancelled, the grid will not operate properly.
- You must make sure that any processing is "idle handler" appropriate. The processing should be fast and may not involve user input.