com.esri.arcgis.carto
Class IActiveViewEventsItemReorderedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.carto.IActiveViewEventsItemReorderedEvent
- All Implemented Interfaces:
- Serializable
public class IActiveViewEventsItemReorderedEvent
- extends EventObject
Remarks
The Map objects only fire this event whenever IMap::MoveLayer is called. In the ArcMap application, this occurs when you reorder layers in the table of contents. The Map will also fire this event when new layers are added.
The PageLayout object fires this event when changing the order of graphics. For example, IGraphicsContainer::BringToFront, PutElementOrder, SendToBack, SendBackward, and BringForward all fire this event. These functions are on ArcMap's Drawing menu under the Order pull right menu. Although the Map object is also a graphics container, it does not fire this event when its graphics are reordered.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- See Also:
- Serialized Form
IActiveViewEventsItemReorderedEvent
public IActiveViewEventsItemReorderedEvent(Object source)
init
public void init(Object item,
int toIndex)
getItem
public final Object getItem()
getToIndex
public final int getToIndex()