com.esri.arcgis.schematic
Class INgProjectEventsOnClickOnPropertyEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.schematic.INgProjectEventsOnClickOnPropertyEvent
- All Implemented Interfaces:
- Serializable
public class INgProjectEventsOnClickOnPropertyEvent
- extends EventObject
Description
If an event impacting any legend entry related to a property is declared in the project parameters file, this event is triggered before the OnClickOnProperty event.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
INgProjectEvents.onClickOnPropertyFilter(com.esri.arcgis.schematic.INgProjectEventsOnClickOnPropertyFilterEvent),
Serialized Form
INgProjectEventsOnClickOnPropertyEvent
public INgProjectEventsOnClickOnPropertyEvent(Object source)
init
public void init(int click,
INgLegend legend,
INgProperty prop)
getClick
public final int getClick()
getLegend
public final INgLegend getLegend()
getProp
public final INgProperty getProp()