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


IGxCatalogEvents.OnObjectAdded Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxCatalogEvents.OnObjectAdded Method

Called when an object has been added to some part of the catalog.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalogEvents Interface