'Declaration Public Event ItemAdded As ReportItemCollectionEventHandler
public event ReportItemCollectionEventHandler ItemAdded
Event Data
The event handler receives an argument of type ReportItemCollectionEventArgs containing data related to this event. The following ReportItemCollectionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Index | Gets an index of the ReportItem that was added or removed. |
Value | Gets the ReportItem object that was added or removed. |
See Also