This event is fired when the collection of point and figure bars (CQGPointAndFigureBars) is resolved or when some error has occurred during the point and figure bars request processing.
Visual Basic |
---|
Public Event PointAndFigureBarsResolved( _ ByVal cqg_point_and_figure_bars As CQGPointAndFigureBars, _ ByVal cqg_error As CQGError _ ) |
- cqg_point_and_figure_bars
Reference to the resolved CQGPointAndFigureBars
- cqg_error
- CQGError object describing the last error occurred during the point and figure bars request processing or Nothing/Invalid_Error in case of no error.
CQGCEL.IsValid(Invalid_Error) returns False.