com.esri.arcgis.carto
Class IMapEvents2ActiveGraphicsLayerChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.carto.IMapEvents2ActiveGraphicsLayerChangedEvent
- All Implemented Interfaces:
- Serializable
public class IMapEvents2ActiveGraphicsLayerChangedEvent
- extends EventObject
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
IMapEvents2ActiveGraphicsLayerChangedEvent
public IMapEvents2ActiveGraphicsLayerChangedEvent(Object source)
init
public void init(IGraphicsLayer oldGraphicsLayer,
IGraphicsLayer newGraphicsLayer)
getOldGraphicsLayer
public final IGraphicsLayer getOldGraphicsLayer()
getNewGraphicsLayer
public final IGraphicsLayer getNewGraphicsLayer()