ArcObjects Library Reference (ArcCatalog) |
|
IGxDocumentEventsDisp Interface
Provides access to events fired by ArcCatalog.
Product Availability
Available with ArcGIS Desktop.
Members
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.