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