ArcObjects Library Reference (GeoDatabase)  

IVersionEvents.OnRefreshVersion Event

This event is fired after the version is refreshed, associating it with a new database state. Applications must discard or refresh any cached row objects.

[Visual Basic .NET]
Public Event OnRefreshVersion As OnRefreshVersionEventHandler
[C#]
public event OnRefreshVersionEventHandler OnRefreshVersion
[C++]
HRESULT OnRefreshVersion(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVersionEvents Interface