I have a list that can be reordered by drag and drop, and I need to call a function when the list is reordered. What is the best way to listen for this? Should I listen for a CollectionChange event, a drag event, or is there some other third way?
Many thanks, OK DAH