Table of Contents

Method OnCollectionAdd

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

OnCollectionAdd(object?, IList, int)

Called when items are added to the collection.

public virtual void OnCollectionAdd(object? sender, IList newItems, int newIndex)

Parameters

sender object

The source of the event.

newItems IList

The items that were added.

newIndex int

The index at which the new items were inserted.