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

Reference to the changed CQGCustomStudy.

CQGCEL Interface : CustomStudyAdded Event

Glossary Item Box

Description

This event is fired when a CQGCurves item is added to the end of CQGCustomStudy.

Syntax

Visual Basic
Public Event CustomStudyAdded( _
   ByVal cqg_custom_study As CQGCustomStudy _
)

Parameters

cqg_custom_study

Reference to the changed CQGCustomStudy.

See Also