This document is archived and information here might be outdated.  Recommended version.


IPageEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageEvents Interface
ArcGIS Developer Help

IPageEvents Interface

Provides access to events that occur when the Page changes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method PageColorChanged Fired when the page color changes.
Method PageMarginsChanged Fired when the page margins change.
Method PageSizeChanged Fired when the page size changes.
Method PageUnitsChanged Fired when the units used by the page changes.

Classes that implement IPageEvents

Classes Description
Page The On Screen Page.
PageEventsListener (esriSystemUtility) Helper coclass to provide IPageEvents support to the C++ API.
PageLayout Page Layout class contains maps and map surrounds.

Remarks

Use this interface to be notified when the page changes. This event is fired by the Page coclass and can be listened to by implementing IPageEvents.