Notifies listeners that a version in the map changed.
[Visual Basic .NET] Public Sub FireChangeVersion ( _ ByVal oldVersion As IVersion, _ ByVal newVersion As IVersion _ )
[C#] public void FireChangeVersion ( IVersion oldVersion, IVersion newVersion );
[C++]
HRESULT FireChangeVersion(
IVersion* oldVersion,
IVersion* newVersion
);
[C++]Parameters
oldVersion [in]oldVersion is a parameter of type IVersion
newVersion [in]newVersion is a parameter of type IVersion
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.