CQG API 4.0 - Revised
ICConnectionStatusChanged Event
See Also  Send Feedback
new_status

Indicates the status change that has been occurred.

CQGCEL Interface : ICConnectionStatusChanged Event

Glossary Item Box

Description

This event is fired when the CQGIC connection status has been changed.

Syntax

Visual Basic
Public Event ICConnectionStatusChanged( _
   ByVal new_status As eICConnectionStatus _
)

Parameters

new_status
ValueDescription
iccsExited

Indicates that the CQGIC has been shut down.

Indicates the status change that has been occurred.

See Also