ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollectionEventArgs Class / PageCollectionEventArgs Constructor
The Page object that was added or removed.

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 _
    )
    public PageCollectionEventArgs( 
       Page value
    )

    Parameters

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