[]
Represents a data for the ItemAdded or ItemRemoved event of the ReportItemCollection.
public class ReportItemCollectionEventArgs : EventArgs
Name | Description |
---|---|
ReportItemCollectionEventArgs(int, ReportItem) | Initializes a new instance of the ReportItemCollectionEventArgs class. |
Name | Description |
---|---|
Index | Gets an index of the ReportItem that was added or removed. |
Value | Gets the ReportItem object that was added or removed. |