[]
Initializes a new instance of the PagesLoadedEventArgs class with a specified page index, and one page.
public PagesLoadedEventArgs(int startIndex)
Type | Name | Description |
---|---|---|
int | startIndex | 0-based start page index. |
Initializes a new instance of the PagesLoadedEventArgs class with a specified page index and page count.
public PagesLoadedEventArgs(int startIndex, int count)
Type | Name | Description |
---|---|---|
int | startIndex | 0-based start page index. |
int | count | The number of loaded pages. |