Leadtools Namespace > LeadCollection<T> Class : MoveItem Method |
'Declaration Protected Overridable Sub MoveItem( _ ByVal oldIndex As Integer, _ ByVal newIndex As Integer _ )
'Usage Dim instance As LeadCollection(Of T) Dim oldIndex As Integer Dim newIndex As Integer instance.MoveItem(oldIndex, newIndex)
This method raises the CollectionChanged event with Move action.