com.esri.arcgis.carto
Class IActiveViewEventsAfterItemDrawEvent
java.lang.Object
  
java.util.EventObject
      
com.esri.arcgis.carto.IActiveViewEventsAfterItemDrawEvent
- All Implemented Interfaces: 
 - Serializable
 
public class IActiveViewEventsAfterItemDrawEvent
- extends EventObject
 
Remarks
 AfterItemDraw can be used to execute after each individual item has drawn.  Event firing can be an expensive operation (time consuming) when there are many layers in a map, however.  As a result, the AfterItemDraw event is only fired when the IViewManger::VerboseEvents property is set to True.  By default this property is False.
 Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 Supported Platforms
 Windows, Solaris, Linux
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
IActiveViewEventsAfterItemDrawEvent
public IActiveViewEventsAfterItemDrawEvent(Object source)
init
public void init(short index,
                 IDisplay display,
                 int phase)
 
getIndex
public final short getIndex()
 
getDisplay
public final IDisplay getDisplay()
 
getPhase
public final int getPhase()