'Declaration Public Shared Function CreateMoveChange( _ ByVal oldStartingIndex As Integer, _ ByVal newStartingIndex As Integer, _ ByVal count As Integer, _ ByVal isAnimated As Boolean _ ) As GridControlAdapterNotifyChange
public static GridControlAdapterNotifyChange CreateMoveChange( int oldStartingIndex, int newStartingIndex, int count, bool isAnimated )
Parameters
- oldStartingIndex
- Index of the moved item.
- newStartingIndex
- New index of the moved item.
- count
- The number of items moved.
- isAnimated
- Whether the change should be animated.