This event is fired when the definitions of custom studies are resolved or when some error has occurred during the request processing.
Visual Basic |
---|
Public Event CustomStudyDefinitionsResolved( _ ByVal cqg_custom_study_definitions As CQGCustomStudyDefinitions, _ ByVal cqg_error As CQGError _ ) |
- cqg_custom_study_definitions
Collection of custom study definitions.
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.