[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ExpressionInfoCollectionEventArgs.-ctor

ExpressionInfoCollectionEventArgs Constructor

ExpressionInfoCollectionEventArgs(int, ExpressionInfo)

Initializes a new instance of ExpressionInfoCollectionEventArgs class.

Declaration
public ExpressionInfoCollectionEventArgs(int index, ExpressionInfo value)
Parameters
Type Name Description
int index

The index of object that was added or removed.

ExpressionInfo value

The object that was added or removed.