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

In This Topic
    RecordChanged Event
    In This Topic
    Occurs when the current record has been modified, some of its fields changed.
    Syntax
    'Declaration
     
    
    Public Event RecordChanged As ItemChangedEventHandler
    public event ItemChangedEventHandler RecordChanged
    Event Data

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

    PropertyDescription
    Indicates the position of the item being changed within the list.  
    See Also