'Declaration Public Event PagesChanged As PagesChangedEventHandler
public event PagesChangedEventHandler PagesChanged
Event Data
The event handler receives an argument of type PagesChangedEventArgs containing data related to this event. The following PagesChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Count | Gets the number of continuous pages that changed. |
Start | Gets the page number of the first page that changed. |
See Also