Occurs when the image window navigates to the requested page.
Visual Basic |
---|
Public Event OnPageChanged( _ ByVal successful As Boolean _ ) |
- successful
- A boolean value which is True if the page change is successful, otherwise, False is returned.
When the user clicks on the menu or toolbar button for a Paging command, it will first
generate the one of "OnPageFirstStart", "OnPageLastStart", "OnPageNextStart",
"OnPagePrevStart", "OnPageGotoStart" events; navigates to the appropriate page; then
generate the "OnPageChanged" event.
generate the one of "OnPageFirstStart", "OnPageLastStart", "OnPageNextStart",
"OnPagePrevStart", "OnPageGotoStart" events; navigates to the appropriate page; then
generate the "OnPageChanged" event.