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


IGMxDocumentEventsDisp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxDocumentEventsDisp Interface
ArcGIS Developer Help

IGMxDocumentEventsDisp Interface

Provides access to events fired by ArcGlobe.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Members

Name Description
Method BeforeCloseDocument Fired before a document is closed. Return True to abort the close process.
Method CloseDocument Fired when a document is closed. Return true if handled.
Method NewDocument Fired when a new document is created. Return true if handled.
Method OnContextMenu Fired when a context menu should be displayed at the given xy location. Return true if handled.
Method OpenDocument Fired when a document is opened. Return true if handled.
Method VBAReset Fired when VBA is reset. Return true if handled.

Classes that implement IGMxDocumentEventsDisp

Classes Description
GMxDocument Provides access to members that control the ArcGlobe document.