PropertyListBox.CellValueChanged

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 18:27, 9 October 2015 by Admin (Talk | contribs) (1 revision imported)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.