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


ISxDocumentEvents Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcScene)  

ISxDocumentEvents Interface

Provides access to the events fired by ArcScene.

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

CoClasses that implement ISxDocumentEvents

CoClasses and Classes Description
SxDocument Provides access to members that control the ArcScene document.
SxDocumentEventsHelper