ArcObjects Library Reference (Catalog)  

IGxCatalogEvents.OnObjectRefreshed Method

Called when an object in some part of the catalog has been refreshed.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalogEvents Interface