Parameters
- action
- The action that caused the event. This can only be set to System.Collections.Specialized.NotifyCollectionChangedAction.Move.
- changedItems
- The items affected by the change.
- index
- The new index for the changed items.
- oldIndex
- The old index for the changed items.
- cancellationToken
- The cancellation token.