ArcGIS Developer Help  (ESRI.ArcGIS.Catalog)  

OnObjectRefreshedEventHandler Delegate

Represents the method that handles the OnObjectRefreshed event.
[Visual Basic .NET]
Public Delegate Sub OnObjectRefreshedEventHandler ( _
    ByVal gxObject As IGxObject _
)
[C#]
public delegate void OnObjectRefreshedEventHandler (
    IGxObject gxObject
);