Table of Contents

Method OnCollectionMove

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

OnCollectionMove(object?, IList, int, int)

Called when items are moved within the collection.

void OnCollectionMove(object? sender, IList movedItems, int oldIndex, int newIndex)

Parameters

sender object

The source of the event.

movedItems IList

The items that were moved.

oldIndex int

The original index of the moved items.

newIndex int

The new index of the moved items.