C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DbNavigator Class / ItemChanged Event

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