com.esri.arcgis.controls
Class ISymbologyControlEventsOnStyleClassChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.ISymbologyControlEventsOnStyleClassChangedEvent
- All Implemented Interfaces:
- Serializable
public class ISymbologyControlEventsOnStyleClassChangedEvent
- extends EventObject
Description
The OnStyleClassChanged event is triggered whenever the SymbologyStyleClass displayed by the control is changed, either by programmatically setting the ISymbologyControl::StyleClass or by the end user interacting with the 'Style Class' context menu.
The end user can display the 'Style Class' context menu by right clicking on the SymbologyControl when the control has focus when ISymbologyControl::ShowContextMenu is true.
Product Availability
Available with ArcGIS Engine.
- See Also:
- Serialized Form
ISymbologyControlEventsOnStyleClassChangedEvent
public ISymbologyControlEventsOnStyleClassChangedEvent(Object source)
init
public void init(Object symbologyStyleClass)
getSymbologyStyleClass
public final Object getSymbologyStyleClass()