Difference between revisions of "PropertyListBox.CellAction"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision imported) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
| newinversion= | | newinversion= | ||
− | | version=1. | + | | version=1.8 |
}} | }} | ||
Latest revision as of 17:27, 9 October 2015
Event
PropertyListBox.CellAction ( row As integer, column As integer, PropertyName As String, Value As String )
Same as ListBox: If a cell is editable, a CellAction event occurs when the user finishes editing a cell. Row and Column are zero-based. "Finishing editing" is defined as exiting the cell after clicking in it. Tabbing out of the editable cell or clicking another cell triggers this event. Clicking a checkbox in a checkbox cell also qualifies as "finishing editing." The user doesn't necessarily have to change the contents. With two new parameters: PropertyName and Value.