Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / INDataTableObserver Interface / OnFieldInserted Method


In This Topic
    OnFieldInserted Method (INDataTableObserver)
    In This Topic
    Called when a field has been inserted in the data table.
    Syntax
    'Declaration
     
    
    Sub OnFieldInserted( _
       ByVal dataTable As NDataTable, _
       ByVal fieldIndex As System.Integer, _
       ByVal info As NFieldInfo _
    ) 
    'Usage
     
    
    Dim instance As INDataTableObserver
    Dim dataTable As NDataTable
    Dim fieldIndex As System.Integer
    Dim info As NFieldInfo
     
    instance.OnFieldInserted(dataTable, fieldIndex, info)
    void OnFieldInserted( 
       NDataTable dataTable,
       System.int fieldIndex,
       NFieldInfo info
    )

    Parameters

    dataTable
    fieldIndex
    info
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also