GetMovedIndex

This method receives information about changes within the OnChange event.

If the ChangeInfo parameter of the OnChange event is set to CollItemMoved, you can use this method to get the old and new index of a moved item.

Syntax

GetMovedIndex (OldIndex As Long, NewIndex As Long)
Parameter Description

OldIndex

Index of changed item before moving it.

NewIndex

Index of changed item after moving it.