MoveItem(T, int, int, AdviceEnumerator<ICollectionDynamicAdvice<T>>)
Moves an item of the advised collection from an old index to a new index.
Declaration
public virtual void MoveItem(T item, int oldIndex, int newIndex, AdviceEnumerator<ICollectionDynamicAdvice<T>> nextAdvices)
Parameters
Type | Name | Description |
---|---|---|
T | item | |
int | oldIndex | |
int | newIndex | |
AdviceEnumerator<ICollectionDynamicAdvice<T>> | nextAdvices |