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


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

IGxCatalog.ObjectAdded Method

Called when a new object has been added to part of the catalog.

[Visual Basic .NET]
Public Sub ObjectAdded ( _
    ByVal gxObject As IGxObject _
)
[C#]
public void ObjectAdded (
    IGxObject gxObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalog Interface