[]
Initializes a new instance of the ReportItemCollectionEventArgs class.
public ReportItemCollectionEventArgs(int index, ReportItem value)
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. |