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. | |
VBAReset | Fired when VBA is reset. |
CoClasses that implement IGxDocumentEventsDisp
CoClasses and Classes | Description |
---|---|
GxDocument | ESRI ArcCatalog Application Document. |
Remarks
When you are working in VBA, the IGxDocumentEventsDisp interface is automatically exposed for you. There is a GxDocument object defined in the ThisDocument class module. Select that object in the Object Box on the ThisDocument code window and then you can choose any of its events by clicking in the Procedure/Method Box on the ThisDocument code window. This stubs out the event procedures and you can write your code here.