Tree View - EditorChanged Event
Fired when the user changes a value in an editable cell
Member of Tree View (PRIM_TRVW)

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.
Treeview only supports editing in the left most column.

See also

All Component Classes
Technical Reference