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

Reference to the CQGRangeBars collection the bar is removed from

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

Glossary Item Box

Description

Fired when CQGRangeBar item is removed

Syntax

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

Parameters

cqg_range_bars

Reference to the CQGRangeBars collection the bar is removed from

index_
Zero-based index of item in the collection

See Also