Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the active form page changes, either programmatically or by user action, on an Inspector object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event PageChange As InspectorEvents_10_PageChangeEventHandler
'Usage
Dim instance As InspectorEvents_10_Event
Dim handler As InspectorEvents_10_PageChangeEventHandler
AddHandler instance.PageChange, handler
event InspectorEvents_10_PageChangeEventHandler PageChange
Remarks
An error occurs if the event handler for this event calls either the Close or SetCurrentFormPage methods.
See Also
Reference
InspectorEvents_10_Event Interface
InspectorEvents_10_Event Members
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.InspectorEvents_10_PageChangeEventHandler