This document is archived and information here might be outdated. Recommended version. |
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*