com.esri.arcgis.controls
Class IPageLayoutControlEventsOnExtentUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.controls.IPageLayoutControlEventsOnExtentUpdatedEvent
All Implemented Interfaces:
Serializable

public class IPageLayoutControlEventsOnExtentUpdatedEvent
extends EventObject

Description

OnExtentUpdated is triggered whenever the IPageLayoutControl::Extent property is changed. Setting the extent explicitly, zooming, panning or using the IPageLayoutControl::CenterAt method will change the IPageLayoutControl::Extent.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IPageLayoutControlEventsOnExtentUpdatedEvent(Object source)
           
 
Method Summary
 Object getDisplayTransformation()
           
 Object getNewEnvelope()
           
 boolean getSizeChanged()
           
 void init(Object displayTransformation, boolean sizeChanged, Object newEnvelope)
           
 
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

IPageLayoutControlEventsOnExtentUpdatedEvent

public IPageLayoutControlEventsOnExtentUpdatedEvent(Object source)
Method Detail

init

public void init(Object displayTransformation,
                 boolean sizeChanged,
                 Object newEnvelope)

getDisplayTransformation

public final Object getDisplayTransformation()

getSizeChanged

public final boolean getSizeChanged()

getNewEnvelope

public final Object getNewEnvelope()