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


IGxCatalog.ObjectDeleted Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxCatalog.ObjectDeleted Method

Called when an existing object has been deleted from part of the catalog.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalog Interface