This document is archived and information here might be outdated. Recommended version. |
Provides access to events fired by ArcCatalog.
Name | Description | |
---|---|---|
ActiveViewChanged | Fired when the active view changes. | |
CloseDocument | Fired when a document is closed. | |
NewDocument | Fired when a new document is created. | |
OnContextMenu | Fired when a context menu should be displayed at the given xy location. Return true if handled. | |
OpenDocument | Fired when a document is opened. |
Classes | Description |
---|---|
ArcToolboxExtension (esriGeoprocessingUI) | |
GxDocument | Esri ArcCatalog Application Document. |
GxDocumentEvents | Helper coclass for working with the nondefault outbound IGxDocumentEvents interface in VB. |