ArcObjects Library Reference (ArcGlobe)  

IGMxDocumentEventsDisp Interface

Provides access to events fired by ArcGlobe.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Members

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

CoClasses that implement IGMxDocumentEventsDisp

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