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


VersionChangedEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

VersionChangedEventHandler Delegate

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
);