This event is fired when condition definitions are resolved or when some error has occurred during the request processing.
Visual Basic |
---|
Public Event ConditionDefinitionsResolved( _ ByVal cqg_condition_definitions As CQGConditionDefinitions, _ ByVal cqg_error As CQGError _ ) |
- cqg_condition_definitions
Collection of condition definitions.
If an error occured, 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.