Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator Namespace / C1DbNavigator Class / RecordListChanged Event

In This Topic
    RecordListChanged Event
    In This Topic
    Occurs when the record list changes or an record in the list changes.
    Syntax
    'Declaration
     
    
    Public Event RecordListChanged As ListChangedEventHandler
    public event ListChangedEventHandler RecordListChanged
    Event Data

    The event handler receives an argument of type ListChangedEventArgs containing data related to this event. The following ListChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
     
     
    See Also