Difference between revisions of "PropertyListBox.ContentsChanged"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
| newinversion= | | newinversion= | ||
+ | | version=1.5.0 | ||
}} | }} | ||
+ | |||
+ | |||
+ | |||
+ | The PropertyListBox has received a new XML definition. | ||
+ | ContentsName is the name of the definition (included in <name>...</name> tags) and Comment is an optional comment (included in <comment>...</comment> tags). |
Revision as of 12:10, 24 November 2012
Event
PropertyListBox.ContentsChanged ( ContentsName As String, Comment As String )
The PropertyListBox has received a new XML definition. ContentsName is the name of the definition (included in <name>...</name> tags) and Comment is an optional comment (included in <comment>...</comment> tags).