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

Reference to changed CQGCustomStudy

index_

Specifies the updated CQGCurves index

CQGCEL Interface : CustomStudyUpdated Event

Glossary Item Box

Description

This event is fired when the CQGCurves item is updated.

Syntax

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

Parameters

cqg_custom_study

Reference to changed CQGCustomStudy

index_

Specifies the updated CQGCurves index

See Also