ComponentOne FlexReport for WinForms
PagesLoadedEventArgs Constructor(Int32,Int32)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > PagesLoadedEventArgs Class > PagesLoadedEventArgs Constructor : PagesLoadedEventArgs Constructor(Int32,Int32)
0-based start page index.
The number of loaded pages.
Initializes a new instance of the PagesLoadedEventArgs class with a specified page index and page count.
Syntax
'Declaration
 
Public Function New( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer _
)
public PagesLoadedEventArgs( 
   System.int startIndex,
   System.int count
)

Parameters

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

Reference

PagesLoadedEventArgs Class
PagesLoadedEventArgs Members
Overload List