Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / OnRecordListChanged Method
An System.ComponentModel.ListChangedEventArgs that contains the event data.

In This Topic
    OnRecordListChanged Method
    In This Topic
    Rises the RecordListChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRecordListChanged( _
       ByVal e As ListChangedEventArgs _
    ) 
    protected virtual void OnRecordListChanged( 
       ListChangedEventArgs e
    )

    Parameters

    e
    An System.ComponentModel.ListChangedEventArgs that contains the event data.
    See Also