com.esri.arcgis.controls
Class IMapControlEvents2OnSelectionChangedEvent

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

public class IMapControlEvents2OnSelectionChangedEvent
extends EventObject

Description

OnSelectionChanged is triggered when the geographic selection of features in the IMapControl2::Map layers change.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

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

IMapControlEvents2OnSelectionChangedEvent

public IMapControlEvents2OnSelectionChangedEvent(Object source)
Method Detail

init

public void init()