'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.
'Declaration Public Function New( _ ByVal startIndex As Integer, _ ByVal count As Integer _ )
public PagesLoadedEventArgs( int startIndex, int count )