Provides access to events fired by ArcCatalog.
Product Availability
Available with ArcGIS Desktop.
Members
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. |
CoClasses that implement IGxDocumentEvents
CoClasses and Classes | Description |
---|---|
ArcToolboxExtension (esriGeoprocessingUI) | |
GxDocument | ESRI ArcCatalog Application Document. |
GxDocumentEvents | Helper coclass for working with the nondefault outbound IGxDocumentEvents interface in VB. |
Remarks
In Visual Basic and VBA use the IGxDocumentEventsDisp interface instead of IGxDocumentEvents.