Fires when a document is loaded into the control.
[Visual Basic 6.0] Event OnDocumentLoaded(
ByVal sDocument As String _
) As Empty
[Visual Basic .NET] Public Event OnDocumentLoaded As OnDocumentLoadedEventHandler
[C#] public event OnDocumentLoadedEventHandler OnDocumentLoaded
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
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.