Method MoveItem
MoveItem(T, Int32, Int32, 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 | |
Int32 | oldIndex | |
Int32 | newIndex | |
AdviceEnumerator<ICollectionDynamicAdvice<T>> | nextAdvices |