Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGrid Class / OnDataSourceChanged Method


In This Topic
    OnDataSourceChanged Method
    In This Topic
    Called when the data source has changed from the specified old one to the new one.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDataSourceChanged( _
       ByVal d As NValueChangeData _
    ) 
    'Usage
     
    
    Dim instance As NGrid
    Dim d As NValueChangeData
     
    instance.OnDataSourceChanged(d)
    protected virtual void OnDataSourceChanged( 
       NValueChangeData d
    )

    Parameters

    d
    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