com.esri.arcgis.carto
Class IActiveViewEventsItemAddedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.carto.IActiveViewEventsItemAddedEvent
- All Implemented Interfaces:
- Serializable
public class IActiveViewEventsItemAddedEvent
- extends EventObject
Remarks
The Map fires the event every time a new layer is added.
The PageLayout fires this event whenever a new element is added to the layout. Elements include not only graphics but data frames as well.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
IActiveViewEventsItemAddedEvent
public IActiveViewEventsItemAddedEvent(Object source)
init
public void init(Object item)
getItem
public final Object getItem()