List View - EditorChanged Event

Fired when the user changes a value in an editable cell

Member of List View (PRIM_LTVW)

Parameters

NameTypeData TypeDescription
Value*InputVariantValue entered in the cell

Details

The EditorChanged event is fired when a change is made in the editor for the column. For example, in an edit box editor the event is fired on each keystroke.
 
The event occurs before the underlying working list is updated. This means that the corresponding field value in the list will be different to that of the Value parameter.
 
Listview only supports editing in the left most column.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2