[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollectionEventHandler

ReportItemCollectionEventHandler Delegate

Represents a method that handles the ItemAdded or ItemRemoved event.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public delegate void ReportItemCollectionEventHandler(object sender, ReportItemCollectionEventArgs e)
Parameters
Type Name Description
object sender

An object representing source of the event.

ReportItemCollectionEventArgs e

A ReportItemCollectionEventArgs object that contains event data.

Constructors

Name Description
ReportItemCollectionEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ReportItemCollectionEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ReportItemCollectionEventArgs)

Extension Methods