MoveItem Method (ReentrantObservableCollection<T>)
In This Topic
Implements item moving from one location to another.
Syntax
'Declaration
Protected Overridable Sub MoveItem( _
ByVal As Integer, _
ByVal As Integer _
)
protected virtual void MoveItem(
int ,
int
)
Parameters
- oldIndex
- newIndex
See Also