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