ActiveReports Developer 7
ExpressionInfoCollectionEventArgs Constructor
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollectionEventArgs Class : ExpressionInfoCollectionEventArgs Constructor

index
An Int32 indicating the index of the ExpressionInfo object that was added or removed. 
value
The ExpressionInfo object that was added or removed.

Glossary Item Box

Initializes a new instance of ExpressionInfoCollectionEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal index As System.Integer, _
   ByVal value As ExpressionInfo _
)
C# 
public ExpressionInfoCollectionEventArgs( 
   System.int index,
   ExpressionInfo value
)

Parameters

index
An Int32 indicating the index of the ExpressionInfo object that was added or removed. 
value
The ExpressionInfo object that was added or removed.

See Also