This document is archived and information here might be outdated.  Recommended version.


IARControlEvents.OnDocumentLoaded Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControlEvents Interface > IARControlEvents.OnDocumentLoaded Event
ArcGIS Developer Help

IARControlEvents.OnDocumentLoaded Event

Fires when a document is loaded into the control.

[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