Difference between revisions of "PropertyListBox.CellAction"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
| newinversion= | | newinversion= | ||
− | | version=1. | + | | version=1.6.0 |
}} | }} | ||
Revision as of 22:59, 9 April 2013
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.