CQG API 4.0 - Revised
RangeBarsInserted Event
See Also  Send Feedback
cqg_range_bars

Reference to the CQGRangeBars collection the bar is inserted to

index_
Zero-based index of item in the collection
CQGCEL Interface : RangeBarsInserted Event

Glossary Item Box

Description

Fired when CQGRangeBar item is inserted

Syntax

Visual Basic
Public Event RangeBarsInserted( _
   ByVal cqg_range_bars As CQGRangeBars, _
   ByVal index_ As Long _
)

Parameters

cqg_range_bars

Reference to the CQGRangeBars collection the bar is inserted to

index_
Zero-based index of item in the collection

See Also