I am implementing changing order functionality in my UITableView. I've already set MyTableView.Editing = true;.
I wonder if there is an event/method saying that I've started moving the row and an event saying that I ended it up?
I've already checked: BeginUpdates(), EndUpdates() and they don't look like working. Does anyone have any ideas?