ArcObjects Library Reference (Catalog)  

IGxCatalogEventsDisp.OnObjectRefreshed Event

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxCatalogEventsDisp Interface