ComponentOne Input for WinForms
ItemChanged Event (C1DbNavigator)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1DbNavigator Class : ItemChanged Event
Occurs when the current row has been modified, some of its fields changed.
Syntax
'Declaration
 
Public Event ItemChanged As System.Windows.Forms.ItemChangedEventHandler
public event System.Windows.Forms.ItemChangedEventHandler ItemChanged
Event Data

The event handler receives an argument of type System.Windows.Forms.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