PageChanged Event

Occurs when the the page is turned, either forward or backward.

Syntax:

Private Sub PageChanged()

Remarks:

The PageChanged event is useful when you wish to implement processing when a new page is selected, regardless of the direction of travel; one such example is setting the wizard caption to reflect the purpose and/or number of the current page.

See Also: AfterBack Event
AfterNext Event
BeforeBack Event
BeforeNext Event