Occurs when the Application is about to close.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static event EventHandler Exit
Visual Basic (Declaration)
Public Shared Event Exit As EventHandler

Remarks

This event occurs when the application is about to close, a map document is closed in the application; the event is triggered when before the existing document is closed and therefore the MapDisplay and Map of the existing document are still available in the event handler.

See Also