Represents the method that handles the OnRedefineVersion event.
[Visual Basic .NET] Public Delegate Sub OnRedefineVersionEventHandler ( _ ByVal oldVersionName As String, _ ByVal newVersionName As String _ )
[C#] public delegate void OnRedefineVersionEventHandler ( string oldVersionName, string newVersionName );