CQG API 4.0 - Revised
PointAndFigureBarsRemoved Event
See Also  Send Feedback
cqg_point_and_figure_bars

Reference to the CQGPointAndFigureBars collection the point and figure bar is removed from

index_

Specifies the removed CQGPointAndFigureBar's index

CQGCEL Interface : PointAndFigureBarsRemoved Event

Glossary Item Box

Description

This event is fired when a CQGPointAndFigureBar item is removed from the CQGPointAndFigureBars collection.

Syntax

Visual Basic
Public Event PointAndFigureBarsRemoved( _
   ByVal cqg_point_and_figure_bars As CQGPointAndFigureBars, _
   ByVal index_ As Long _
)

Parameters

cqg_point_and_figure_bars

Reference to the CQGPointAndFigureBars collection the point and figure bar is removed from

index_

Specifies the removed CQGPointAndFigureBar's index

See Also