CQG API 4.0 - Revised
TFlowBarsInserted Event
See Also  Send Feedback
cqg_tflow_bars

Reference to the CQGTFlowBars collection the TFlow bar is inserted to

index_

Specifies the inserted CQGTFlowBar's index

CQGCEL Interface : TFlowBarsInserted Event

Glossary Item Box

Description

This event is fired when a CQGTFlowBar item is inserted to the CQGTFlowBars collection.

Syntax

Visual Basic
Public Event TFlowBarsInserted( _
   ByVal cqg_tflow_bars As CQGTFlowBars, _
   ByVal index_ As Long _
)

Parameters

cqg_tflow_bars

Reference to the CQGTFlowBars collection the TFlow bar is inserted to

index_

Specifies the inserted CQGTFlowBar's index

See Also