Event XbpListBox():itemSelected Foundation
Marked items have been selected.
:itemSelected := {| uNIL1, uNIL2, self | ... }
:itemSelected () --> self
xbeLB_ItemSelected (1048850)
This method returns the object executing the method (self).
The xbeLB_ItemSelected event is generated after the user double clicks the left mouse button or presses the Return key. This event is used to signal that the user has made a selection from the list box. The :getData() and :getItem() methods are used to determine which items are selected.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.