Moves the item at the specified index to a new location in the collection.
'Usage Dim instance As ObservableCollection Dim oldIndex As Integer Dim newIndex As Integer instance.Move(oldIndex, newIndex) 'Declaration Public Sub Move ( _ oldIndex As Integer, _ newIndex As Integer _ )
You cannot use methods in XAML.
Subclasses can override the MoveItem method to provide custom behavior for this method.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003