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


IVersionEvents.OnRedefineVersion Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IVersionEvents.OnRedefineVersion Event

This event is fired after the version is changed in place to represent a different version, associating it with a new database state. Applications must discard or refresh any cached row objects.

[Visual Basic .NET]
Public Event OnRedefineVersion As OnRedefineVersionEventHandler
[C#]
public event OnRedefineVersionEventHandler OnRedefineVersion
[C++]
HRESULT OnRedefineVersion(
  BSTR oldVersionName,
  BSTR newVersionName
);
[C++]

Parameters oldVersionName [in] oldVersionName is a parameter of type BSTR newVersionName [in] newVersionName is a parameter of type BSTR

Product Availability

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

See Also

IVersionEvents Interface