Difference between revisions of "PropertyListBox.CellValueChanged"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (1 revision imported) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
| newinversion= | | newinversion= | ||
+ | | version=1.8 | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | The Value for a Line has changed. This event fires for all types of Cells except editable cells where the user types directly in the PropertyListBox. In this case, [[PropertyListBox.CellAction|CellAction]] is fired. |
Latest revision as of 17:27, 9 October 2015
Event
PropertyListBox.CellValueChanged ( row As integer, column As integer, PropertyName As String, Value As String )
The Value for a Line has changed. This event fires for all types of Cells except editable cells where the user types directly in the PropertyListBox. In this case, CellAction is fired.