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