Any time the selection changes in the listbox, the virtual event <<ListboxSelect>> will be generated. It is easiest to bind to this event to be made aware of any changes to listbox selection.
assuming $LB is my listBox, how can I use the above to do something whenever something in the list is selected?
(I just don't know the syntax)
assuming $LB is my listBox, how can I use the above to do something whenever something in the list is selected?
(I just don't know the syntax)