'Declaration Protected Overridable Sub ChildMoved( _ ByVal oldIndex As Integer, _ ByVal newIndex As Integer _ )
'Usage Dim instance As LayoutGroup(Of T) Dim oldIndex As Integer Dim newIndex As Integer instance.ChildMoved(oldIndex, newIndex)
Parameters
- oldIndex
- The old index.
- newIndex
- The new index.