ActiveReports Developer 7
PageCollectionEventArgs Constructor
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollectionEventArgs Class : PageCollectionEventArgs Constructor

value
The Page object that was added or removed.

Glossary Item Box

Initializes a new instance of the PageCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As Page _
)
C# 
public PageCollectionEventArgs( 
   Page value
)

Parameters

value
The Page object that was added or removed.

See Also