This event is fired when the CQGCEL object is successfully started up.
Visual Basic |
---|
Public Event CELStarted() |
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.
See an implementation of the CELStarted event handler in CQGCEL Example.