CQG API 4.0 - Revised
ExpressionUpdated Event
See Also  Send Feedback
cqg_expression

Reference to changed CQGExpression

index_

Specifies the updated CQGExpressionOutputs index

CQGCEL Interface : ExpressionUpdated Event

Glossary Item Box

Description

This event is fired when a CQGExpressionOutputs item is updated.

Syntax

Visual Basic
Public Event ExpressionUpdated( _
   ByVal cqg_expression As CQGExpression, _
   ByVal index_ As Long _
)

Parameters

cqg_expression

Reference to changed CQGExpression

index_

Specifies the updated CQGExpressionOutputs index

See Also