SynchronizedNotifyingCollectionTMoveItem Method |
Namespace: DigitalRune.Collections
This implementation raises the CollectionChanged event. Subclasses can override this protected method to provide custom behavior for the Move(Int32, Int32) method.
This method is called by Move(Int32, Int32). The range of oldIndex and newIndex is checked in Move(Int32, Int32) before this method is called.