ArcObjects Library Reference  (PublisherControls)    

IARControlEvents.OnDocumentLoaded Event

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 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.

See Also

IARControlEvents Interface

 


Feedback Send feedback on this page