com.esri.arcgis.controls
Class ISymbologyControlEventsOnItemSelectedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.ISymbologyControlEventsOnItemSelectedEvent
- All Implemented Interfaces:
- Serializable
public class ISymbologyControlEventsOnItemSelectedEvent
- extends EventObject
Description
The OnItemSelected event is triggered whenever an item is selected within a SymbologyStyleClass, either interactivly by the end user clicking on an item in the SymbologyControl or programmatically when using the ISymbologyStyleClass::SelectItem method on the current ISymbologyControl::StyleClass.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
ISymbologyControlEventsOnItemSelectedEvent
public ISymbologyControlEventsOnItemSelectedEvent(Object source)
init
public void init(Object styleGalleryItem)
getStyleGalleryItem
public final Object getStyleGalleryItem()