com.esri.arcgis.controls
Class ISymbologyControlEventsOnStyleClassChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

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

ISymbologyControlEventsOnStyleClassChangedEvent

public ISymbologyControlEventsOnStyleClassChangedEvent(Object source)
Method Detail

init

public void init(Object symbologyStyleClass)

getSymbologyStyleClass

public final Object getSymbologyStyleClass()