ActiveReports 12
PageCollectionEventArgs Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollectionEventArgs Class : PageCollectionEventArgs Constructor
The Page object that was added or removed.
Initializes a new instance of the PageCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Page _
)
public PageCollectionEventArgs( 
   Page value
)

Parameters

value
The Page object that was added or removed.
See Also

Reference

PageCollectionEventArgs Class
PageCollectionEventArgs Members