ArcFM Engine Developer Guide
VersionChangedEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal oldVersion As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal newVersion As ESRI.ArcGIS.Geodatabase.IVersion _
)
'Usage
 
Dim oldVersion As ESRI.ArcGIS.Geodatabase.IVersion
Dim newVersion As ESRI.ArcGIS.Geodatabase.IVersion
 
Dim instance As New VersionChangedEventArgs(oldVersion, newVersion)
public VersionChangedEventArgs( 
   ESRI.ArcGIS.Geodatabase.IVersion oldVersion,
   ESRI.ArcGIS.Geodatabase.IVersion newVersion
)

Parameters

oldVersion
newVersion
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

VersionChangedEventArgs Class
VersionChangedEventArgs Members

 

 


Send Comment