ListView: Add OldIndex and NewIndex to ReorderEnded event args and command context
Add OldIndex and NewIndex properties to the ReorderEndedEventArgs.
This would support scenarios where the ItemsSource is not an indexable collection/list (e.g. IEnumerable).