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

Reference to the CQGTFlowBars collection the TFlow bar is removed from

index_

Specifies the removed CQGTFlowBar's index

CQGCEL Interface : TFlowBarsRemoved Event

Glossary Item Box

Description

This event is fired when a CQGTFlowBar item is removed from the CQGTFlowBars collection.

Syntax

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

Parameters

cqg_tflow_bars

Reference to the CQGTFlowBars collection the TFlow bar is removed from

index_

Specifies the removed CQGTFlowBar's index

See Also