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


IARControlEvents.OnDocumentUnloaded 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.OnDocumentUnloaded Event
ArcGIS Developer Help

IARControlEvents.OnDocumentUnloaded Event

Fires when a document is unloaded from the control.

[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 ArcReaderControl using the UnloadDocument or ReloadDocument methods.

See Also

IARControlEvents Interface