ArcObjects Library Reference (GeoDatabaseUI)  

IVersionManagerEvents.OnVersionRenamed Event

Called when a version is renamed.

[Visual Basic 6.0]
Event OnVersionRenamed(
    ByVal vers As IVersion _
)
[Visual Basic .NET]
Public Event OnVersionRenamed As OnVersionRenamedEventHandler
[C#]
public event OnVersionRenamedEventHandler OnVersionRenamed

Product Availability

Available with ArcGIS Desktop.

See Also

IVersionManagerEvents Interface