ArcObjects Library Reference (PublisherControls)  

IARGlobeControlEvents.OnDocumentUnloaded Event

Fires when a document is unloaded from the control.

[Visual Basic 6.0]
Event OnDocumentUnloaded As Empty
[Visual Basic .NET]
Public Event OnDocumentUnloaded As OnDocumentUnloadedEventHandler
[C#]
public event OnDocumentUnloadedEventHandler OnDocumentUnloaded

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The OnDocumentUnloaded event is triggered whenever a document is unloaded from the ArcReaderGlobeControl using the UnloadDocument or ReloadDocument methods.

See Also

IARGlobeControlEvents Interface