List View - ItemChanged Event

ItemChanged happens when an item is changed

Member of List View (PRIM_LTVW)

Details

The ItemChanged event is fired when the text of an item is modified by the user.
 
This can only occur for columns that are ReadOnly False.
 
Unlike the EditorChanged event, ItemChanged is fired after the underlying list data has been updated.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2