MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollectionEventHandler Delegate
An System.Object representing source of the event.
A ReportItemCollectionEventArgs object that contains event data.

In This Topic
ReportItemCollectionEventHandler Delegate
In This Topic
Represents a method that handles the ReportItemCollection.ItemAdded or ReportItemCollection.ItemRemoved event.
Syntax
'Declaration
 
Public Delegate Sub ReportItemCollectionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ReportItemCollectionEventArgs _
) 
 

Parameters

sender
An System.Object representing source of the event.
e
A ReportItemCollectionEventArgs object that contains event data.
See Also