CQG API 4.0 - Revised
CustomStudyRemoved Event
See Also  Send Feedback
cqg_custom_study

Reference to the removed CQGCustomStudy

index_

Specifies the removed CQGCustomStudy's index

CQGCEL Interface : CustomStudyRemoved Event

Glossary Item Box

Description

This event is fired when a CQGCurves item is removed.

Syntax

Visual Basic
Public Event CustomStudyRemoved( _
   ByVal cqg_custom_study As CQGCustomStudy, _
   ByVal index_ As Long _
)

Parameters

cqg_custom_study

Reference to the removed CQGCustomStudy

index_

Specifies the removed CQGCustomStudy's index

See Also