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