CQG API 4.0 - Revised
SummariesStatementResolved Event
See Also  Send Feedback
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.

CQGCEL Interface : SummariesStatementResolved Event

Glossary Item Box

Description

This event is fired when the summaries statement (CQGSummariesStatement) is resolved or when some error has occurred while processing the summaries statement request.

Syntax

Visual Basic
Public Event SummariesStatementResolved( _
   ByVal cqg_summaries_statement As CQGSummariesStatement, _
   ByVal cqg_error As CQGError _
)

Parameters

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.

See Also