'Declaration Public Event PagesChanged As PagesEventHandler
public event PagesEventHandler PagesChanged
Event Data
The event handler receives an argument of type PagesEventArgs containing data related to this event. The following PagesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
FirstPageIndex | Gets the index of the first page associated with this event. |
PageCount | Gets the count of pages associated with this event. |
See Also