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

Glossary Item Box

Description

This event is fired when the CQGCEL object is successfully started up.

Syntax

Visual Basic
Public Event CELStarted()

Remarks

When the user calls the Startup method it returns immediately, without waiting for the results. The reaction is sent via the CELStarted event. After this event is fired the CQG API functionality is available to the user.

You can use the IsStarted Property event to check the CQGCEL status.

If CQGCEL fails to start for some reason a corresponding DataError event will be fired.

Example

See an implementation of the CELStarted event handler in CQGCEL Example.

See Also