com.esri.arcgis.controls
Class IARControlEventsOnCurrentViewChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IARControlEventsOnCurrentViewChangedEvent
- All Implemented Interfaces:
- Serializable
public class IARControlEventsOnCurrentViewChangedEvent
- extends EventObject
Description
The OnCurrentViewChanged event is triggered whenever the CurrentView is changed, such as when the LoadDocument, ReloadDocument, UnloadDocument methods are used or when the CurrentView property is explicitly changed or when the user interactively toggles the view.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
- See Also:
- Serialized Form
IARControlEventsOnCurrentViewChangedEvent
public IARControlEventsOnCurrentViewChangedEvent(Object source)
init
public void init(Object pNewCurrentView)
getPNewCurrentView
public final Object getPNewCurrentView()