List View - EditorChanged Event

Fired when the user changes a value in an editable cell

Member of List View (PRIM_LTVW)

Parameters

Name Type Data Type Description
Value *Input Variant Value 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

LANSA Version 15, April 2020