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


ISxDocumentEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScene > ESRI.ArcGIS.ArcScene > Interfaces > IS > ISxDocumentEvents Interface
ArcGIS Developer Help

ISxDocumentEvents Interface

Provides access to the events fired by ArcScene.

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 ISxDocumentEvents

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