[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.PageCollectionEventArgs

PageCollectionEventArgs Class

Represents a data for the ItemAdded event of the PageCollection.

Inheritance
PageCollectionEventArgs
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class PageCollectionEventArgs : EventArgs

Constructors

Name Description
PageCollectionEventArgs(Page)

Initializes a new instance of the PageCollectionEventArgs class.

Properties

Name Description
Value

Gets the Page object that was added.

Extension Methods