ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / ItemChanged Event

In This Topic
    ItemChanged Event (C1DbNavigator)
    In This Topic
    Occurs when the current row has been modified, some of its fields changed.
    Syntax
    'Declaration
     
    Public Event ItemChanged As ItemChangedEventHandler
    public event ItemChangedEventHandler ItemChanged
    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