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

Reference to the CQGExpressions collection the expression is inserted to

index_

Specifies the inserted CQGExpressions's index

CQGCEL Interface : ExpressionInserted Event

Glossary Item Box

Description

This event is fired when a CQGExpression item is inserted to the CQGExpressions collection.

Syntax

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

Parameters

cqg_expression

Reference to the CQGExpressions collection the expression is inserted to

index_

Specifies the inserted CQGExpressions's index

See Also