Listbox dragging a row

I use dragreorderrows event to reorder a row in an listbox.
after reorder a row I want to do some processing, which event can I use ?

The one they hid behind the obscure name “DragReorderRows”. :slight_smile:

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

DragReorderRows is working, but I want to do some processing just AFTER the drag rows occurred.
which event can I use?

DragReorderRows is fired when the drag is complete (the selectedIndex row now is newPosition)