Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / PagesLoadedEventArgs Class / PagesLoadedEventArgs Constructor / PagesLoadedEventArgs Constructor(Int32,Int32)
0-based start page index.
The number of loaded pages.

In This Topic
    PagesLoadedEventArgs Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the PagesLoadedEventArgs class with a specified page index and page count.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startIndex As Integer, _
       ByVal count As Integer _
    )
    public PagesLoadedEventArgs( 
       int startIndex,
       int count
    )

    Parameters

    startIndex
    0-based start page index.
    count
    The number of loaded pages.
    See Also