com.esri.arcgis.controls
Class IPageLayoutControlEventsOnPageLayoutReplacedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IPageLayoutControlEventsOnPageLayoutReplacedEvent
- All Implemented Interfaces:
- Serializable
public class IPageLayoutControlEventsOnPageLayoutReplacedEvent
- extends EventObject
Description
The OnPageLayoutReplaced event is triggered whenever the IPageLayoutControl::PageLayout is replaced by another PageLayout, such as when the IPageLayoutControl::LoadMxFile method is used or when the PageLayout property is explicitly replaced. Use this event to keep in synch with the current IPageLayoutControl::PageLayout.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
IPageLayoutControlEventsOnPageLayoutReplacedEvent
public IPageLayoutControlEventsOnPageLayoutReplacedEvent(Object source)
init
public void init(Object newPageLayout)
getNewPageLayout
public final Object getNewPageLayout()