Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataSource Class / FieldInserted Event


In This Topic
    FieldInserted Event
    In This Topic
    Occurs when a field has been inserted in the data source.
    Syntax
    'Declaration
     
    
    Public Event FieldInserted As Nevron.Nov.Function(Of NDataSourceFieldChangedEventArgs)
    'Usage
     
    
    Dim instance As NDataSource
    Dim handler As Nevron.Nov.Function(Of NDataSourceFieldChangedEventArgs)
     
    AddHandler instance.FieldInserted, handler
    public event Nevron.Nov.Function<NDataSourceFieldChangedEventArgs> FieldInserted
    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