CQG API 4.0 - Revised
OnIdle Event
See Also  Send Feedback
CQGCEL Interface : OnIdle Event

Glossary Item Box

Description

This event is fired when CQGCEL has nothing to do.

Syntax

Visual Basic
Public Event OnIdle()

Remarks

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.

Example

See implementation of CQGCEL event handlers in CQGCEL Example.

See Also