I have a multi select list box. As user click a record I want to return data for that record. How do I return the last item selected (not the last item in the list)? I have come up with a solution, but it seems there has to be a better way. My solution is to build a collection of the old ItemsSelected. Then compare that collection to the new itemsSelected and return the different value.