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


IGxCatalogEvents.OnObjectRefreshed Method (ArcObjects .NET 10.4 SDK)
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