This event is fired when CQGCEL has nothing to do.
Visual Basic |
---|
Public Event OnIdle() |
The application may consider using OnIdle to update the UI or call DoEvents to propagate pending Excel UI events. It is especially useful when the host application is Excel.
Note that this event is fired, even when IsReady returns that Excel is not ready.
See implementation of CQGCEL event handlers in CQGCEL Example.