CQG API 4.0 - Revised
QFormulaDefinitionsResolved Event
See Also  Send Feedback
cqg_qformula_definitions

Collection of QFormula definitions.

If an error has occurred, the collection is empty.

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : QFormulaDefinitionsResolved Event

Glossary Item Box

Description

This event is fired when the definitions of QFormulas are resolved or when some error has occurred during the request processing.

Syntax

Visual Basic
Public Event QFormulaDefinitionsResolved( _
   ByVal cqg_qformula_definitions As CQGQFormulaDefinitions, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_qformula_definitions

Collection of QFormula definitions.

If an error has occurred, the collection is empty.

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

See Also