Table of Contents

Method OnCollectionRemove

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

OnCollectionRemove(object?, IList, int)

Called when items are removed from the collection.

void OnCollectionRemove(object? sender, IList oldItems, int oldIndex)

Parameters

sender object

The source of the event.

oldItems IList

The items that were removed.

oldIndex int

The index from which the items were removed.