[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollectionEventHandler

PageCollectionEventHandler Delegate

Represents a method that handles the ItemAdded event.

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

An object representing source of the event.

PageCollectionEventArgs e

A PageCollectionEventArgs object that contains event data.

Constructors

Name Description
PageCollectionEventHandler(object, IntPtr)

Methods

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

Extension Methods