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


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