com.esri.arcgis.carto
Class IActiveViewEventsItemDeletedEvent

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

public class IActiveViewEventsItemDeletedEvent
extends EventObject

Remarks

The PageLayout object fires this event whenever elements are deleted from the layout.

The Map object fires this event when a layer is removed.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

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

IActiveViewEventsItemDeletedEvent

public IActiveViewEventsItemDeletedEvent(Object source)
Method Detail

init

public void init(Object item)

getItem

public final Object getItem()