CQG API 4.0 - Revised
CustomStudyResolved Event
See Also  Send Feedback
cqg_custom_study

Reference to the resolved CQGCustomStudy

If an error has occurred, the collection will be empty.

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : CustomStudyResolved Event

Glossary Item Box

Description

This event is fired when the custom study (CQGCustomStudy) is resolved or when some error has occurred during the custom studies request processing.

Syntax

Visual Basic
Public Event CustomStudyResolved( _
   ByVal cqg_custom_study As CQGCustomStudy, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_custom_study

Reference to the resolved CQGCustomStudy

If an error has occurred, the collection will be empty.

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

See Also