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

Reference to the CQGExpressions collection the expression is removed from

index_

Specifies the removed CQGExpression's index

CQGCEL Interface : ExpressionRemoved Event

Glossary Item Box

Description

This event is fired when a CQGExpression item is removed from the CQGExpressions collection.

Syntax

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

Parameters

cqg_expression

Reference to the CQGExpressions collection the expression is removed from

index_

Specifies the removed CQGExpression's index

See Also