This event is fired when the summaries statement (CQGSummariesStatement) is resolved or when some error has occurred while processing the summaries statement request.
Visual Basic |
---|
Public Event SummariesStatementResolved( _ ByVal cqg_summaries_statement As CQGSummariesStatement, _ ByVal cqg_error As CQGError _ ) |
- cqg_summaries_statement
Reference to the resolved CQGSummariesStatement
- cqg_error
CQGError object describing the last error occurred while processing the summaries statement request or Nothing/Invalid_Error in case of no error.
CQGCEL.IsValid(Invalid_Error) returns False.