[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollectionEventArgs.-ctor

ReportItemCollectionEventArgs Constructor

ReportItemCollectionEventArgs(int, ReportItem)

Initializes a new instance of the ReportItemCollectionEventArgs class.

Declaration
public ReportItemCollectionEventArgs(int index, ReportItem value)
Parameters
Type Name Description
int index

An int value indicating the index of the ReportItem object added or removed.

ReportItem value

The ReportItem object that was added or removed.