ArcObjects Library Reference (Catalog)  

IGxCatalogEventsDisp.OnObjectAdded Event

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

[Visual Basic 6.0]
Event OnObjectAdded(
    ByVal gxObject As IGxObject _
)
[Visual Basic .NET]
Public Event OnObjectAdded As OnObjectAddedEventHandler
[C#]
public event OnObjectAddedEventHandler OnObjectAdded

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalogEventsDisp Interface