com.esri.arcgis.controls
Class IPageLayoutControlEventsOnPageLayoutReplacedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IPageLayoutControlEventsOnPageLayoutReplacedEvent(Object source)
           
 
Method Summary
 Object getNewPageLayout()
           
 void init(Object newPageLayout)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPageLayoutControlEventsOnPageLayoutReplacedEvent

public IPageLayoutControlEventsOnPageLayoutReplacedEvent(Object source)
Method Detail

init

public void init(Object newPageLayout)

getNewPageLayout

public final Object getNewPageLayout()