Multiple row selection - listbox

What event would I need to monitor to capture the rows or listindex for multiple selection from a data list box? e.g. if the user selects three different rows, I need to capture the row/cell information for what was clicked. This is not a drag-n-drop question. a oneliner example would help.

Use the Change event. Capture the selected rows by using the code in the LR:

http://documentation.xojo.com/index.php/ListBox.Selected

Kem,

nice addition. Can I ask a small change ? (yes ? ok) Place the ListBox1.ListIndex - 1 value in a variable before the loop: this is good in an example.

Also, I do not understand the potential use; maybe I would have put the real use code in the loop ? I do not know.

Note: I read the docs (ListBox.Selected) before this question.

Emile, from a rainny day at Strasbourg, France