CQG API 4.0 - Revised
ConditionResolved Event
See Also  Send Feedback
cqg_condition

Reference to the resolved CQGCondition

cqg_error

CQGError object describing the last error occurred during processing condition request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : ConditionResolved Event

Glossary Item Box

Description

This event is fired when the condition (CQGCondition) is resolved or when some error has occurred during the condition request processing.

Syntax

Visual Basic
Public Event ConditionResolved( _
   ByVal cqg_condition As CQGCondition, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_condition

Reference to the resolved CQGCondition

cqg_error

CQGError object describing the last error occurred during processing condition request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

See Also