Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataSource Class / OnFieldRenamed Method


In This Topic
    OnFieldRenamed Method (NDataSource)
    In This Topic
    Called when a field has been renamed at the specified index. Raises the FieldRenamed event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFieldRenamed( _
       ByVal fieldIndex As System.Integer, _
       ByVal oldFieldName As System.String, _
       ByVal newFieldName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDataSource
    Dim fieldIndex As System.Integer
    Dim oldFieldName As System.String
    Dim newFieldName As System.String
     
    instance.OnFieldRenamed(fieldIndex, oldFieldName, newFieldName)
    protected virtual void OnFieldRenamed( 
       System.int fieldIndex,
       System.string oldFieldName,
       System.string newFieldName
    )

    Parameters

    fieldIndex
    oldFieldName
    newFieldName
    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