ArcFM Desktop Developer Guide
TableChangedEventArgs Constructor


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function New( _
   ByVal oldTable As ESRI.ArcGIS.Geodatabase.ITable, _
   ByVal newTable As ESRI.ArcGIS.Geodatabase.ITable _
)
'Usage
 
Dim oldTable As ESRI.ArcGIS.Geodatabase.ITable
Dim newTable As ESRI.ArcGIS.Geodatabase.ITable
 
Dim instance As New TableChangedEventArgs(oldTable, newTable)
public TableChangedEventArgs( 
   ESRI.ArcGIS.Geodatabase.ITable oldTable,
   ESRI.ArcGIS.Geodatabase.ITable newTable
)

Parameters

oldTable
newTable
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

TableChangedEventArgs Class
TableChangedEventArgs Members

 

 


Send Comment