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


IGxCatalogEventsDisp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxCatalogEventsDisp Interface
ArcGIS Developer Help

IGxCatalogEventsDisp Interface

Provides access to events that the catalog can fire.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method OnObjectAdded Called when an object has been added to some part of the catalog.
Method OnObjectChanged Called when an object in some part of the catalog has been changed.
Method OnObjectDeleted Called when an object has been deleted from some part of the catalog.
Method OnObjectRefreshed Called when an object in some part of the catalog has been refreshed.
Method OnRefreshAll Called when the whole catalog has changed.

Classes that implement IGxCatalogEventsDisp

Classes Description
GxCatalog GxObject that represents the catalog.