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


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