[]
Contains event data for events fired when some pages have been loaded and their content became available. Represents a contiguous range of pages defined by the first page's index, and the number of pages in the range.
public class PagesLoadedEventArgs : EventArgs
Name | Description |
---|---|
PagesLoadedEventArgs(int) | Initializes a new instance of the PagesLoadedEventArgs class with a specified page index, and one page. |
PagesLoadedEventArgs(int, int) | Initializes a new instance of the PagesLoadedEventArgs class with a specified page index and page count. |
Name | Description |
---|---|
Count | Gets the number of pages in the range represented by the current object. |
StartIndex | Gets the 0-based index of the first page in the range represented by the current object. |