Method OnCollectionMove
OnCollectionMove(object?, IList, int, int)
Called when items are moved within the collection.
void OnCollectionMove(object? sender, IList movedItems, int oldIndex, int newIndex)
Called when items are moved within the collection.
void OnCollectionMove(object? sender, IList movedItems, int oldIndex, int newIndex)