Difference between revisions of "PropertyListBox.CellAction"
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 | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | Same as ListBox: | ||
+ | If a cell is editable, a [[PropertyListBox.CellAction|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. |
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.