Difference between revisions of "PropertyListBox.CellValueChanged"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (12 revisions imported)
(No difference)

Revision as of 14:24, 6 August 2015

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.