Table of Contents

Method OnCollectionReplace

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

OnCollectionReplace(object?, IList, IList, int)

Called when items in the collection are replaced.

void OnCollectionReplace(object? sender, IList oldItems, IList newItems, int index)

Parameters

sender object

The source of the event.

oldItems IList

The items that were replaced.

newItems IList

The new items that replaced the old items.

index int

The index at which the replacement occurred.