com.esri.arcgis.controls
Class IARGlobeControlEventsOnDocumentLoadedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgis.controls.IARGlobeControlEventsOnDocumentLoadedEvent
- All Implemented Interfaces:
- Serializable
public class IARGlobeControlEventsOnDocumentLoadedEvent
- extends EventObject
Description
The OnDocumentLoaded event is triggered whenever a document is loaded into the ArcReaderGlobeControl using the LoadDocument or ReloadDocument methods. It provides a mechanism for keeping track of the path and filename of the currently loaded document.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
- See Also:
- Serialized Form
IARGlobeControlEventsOnDocumentLoadedEvent
public IARGlobeControlEventsOnDocumentLoadedEvent(Object source)
init
public void init(String sDocument)
getSDocument
public final String getSDocument()