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


IARGlobeControlEvents.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 > IARGlobeControlEvents Interface > IARGlobeControlEvents.OnDocumentLoaded Event
ArcGIS Developer Help

IARGlobeControlEvents.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 ArcReaderGlobeControl using the LoadDocument or ReloadDocument methods. It provides a mechanism for keeping track of the path and filename of the currently loaded document.

 

See Also

IARGlobeControlEvents Interface