CQG API 4.0 - Revised
YieldsRemoved Event
See Also  Send Feedback
cqg_yields

Reference to the CQGYields collection the yield is removed from

index_

Specifies the removed CQGYield's index

CQGCEL Interface : YieldsRemoved Event

Glossary Item Box

Description

This event is fired when a CQGYield item is removed from the CQGYields collection.

Syntax

Visual Basic
Public Event YieldsRemoved( _
   ByVal cqg_yields As CQGYields, _
   ByVal index_ As Long _
)

Parameters

cqg_yields

Reference to the CQGYields collection the yield is removed from

index_

Specifies the removed CQGYield's index

See Also