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