Share via


Inspector.PageChange Event

Outlook Developer Reference

Occurs when the active form page changes, either programmatically or by user action, on an Inspector object.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.PageChange(ActivePageName)

expression   A variable that represents an Inspector object.

Parameters

Name Required/Optional Data Type Description
ActivePageName Required String The name of the active page.

Remarks

An error occurs if the event handler for this event calls either the Close or SetCurrentFormPage methods.

See Also