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


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

IGMxDocumentEvents Interface

Provides access to the 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.
Method NewDocument Fired when a new document is created.
Method OnContextMenu Fired when a context menu should be displayed at the given xy location. Returns true if handled.
Method OpenDocument Fired when a document is opened.

Classes that implement IGMxDocumentEvents

Classes Description
GMxDocument Provides access to members that control the ArcGlobe document.
Publisher (esriPublisherUI) The Publisher Extension coclass.