This document is archived and information here might be outdated. Recommended version. |
Fires when a document is loaded into the control.
[Visual Basic .NET] Public Event OnDocumentLoaded As OnDocumentLoadedEventHandler
[C#] public event OnDocumentLoadedEventHandler OnDocumentLoaded
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.