Difference between revisions of "PropertyListBox.CellAction"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (1 revision imported)
 
(9 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| platform=all
 
| platform=all
 
| newinversion=
 
| newinversion=
| version=1.5.0
+
| version=1.8
 
}}
 
}}
  

Latest revision as of 18: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.