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

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

    Parameters

    changeType
    The collection change type.
    See Also