Represents the method that handles the
VersionChanged event.
[Visual Basic .NET]
Public Delegate Sub VersionChangedEventHandler ( _
ByVal oldVersion As IVersion, _
ByVal newVersion As IVersion _
)
[C#]
public delegate void VersionChangedEventHandler (
IVersion oldVersion,
IVersion newVersion
);