Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PagesChangeEventArgs Class / PagesChangeEventArgs Constructor / PagesChangeEventArgs Constructor(PagesChangeTypeEnum,Int32,Int32)
The collection change type.
New page index.
Old page index.

In This Topic
    PagesChangeEventArgs Constructor(PagesChangeTypeEnum,Int32,Int32)
    In This Topic
    Initializes a new instance of the PagesChangeEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal changeType As PagesChangeTypeEnum, _
       ByVal newIndex As Integer, _
       ByVal oldIndex As Integer _
    )
    public PagesChangeEventArgs( 
       PagesChangeTypeEnum changeType,
       int newIndex,
       int oldIndex
    )

    Parameters

    changeType
    The collection change type.
    newIndex
    New page index.
    oldIndex
    Old page index.
    See Also