com.esri.arcgis.carto
Class IMapFrameEventsMapFrameResizedEvent

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

public class IMapFrameEventsMapFrameResizedEvent
extends EventObject

Remarks

The MapFrameResized event is fired whenever the MapFrame or MapSurroundFrame is resized (depending on which object the event is being tracked for). Use the event to make updates to the contents of the frame that might depend on it's size.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
MapFrame, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IMapFrameEventsMapFrameResizedEvent(Object source)
           
 
Method Summary
 void init()
           
 
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

IMapFrameEventsMapFrameResizedEvent

public IMapFrameEventsMapFrameResizedEvent(Object source)
Method Detail

init

public void init()