MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollectionEventArgs Class / PageCollectionEventArgs Constructor
The Page object that was added.

In This Topic
PageCollectionEventArgs Constructor
In This Topic
Initializes a new instance of the PageCollectionEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Page _
)
 

Parameters

value
The Page object that was added.
See Also