Table of Contents

Method InsertItem

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

InsertItem(int, T)

Called by base class when an item is added to list; raises a CollectionChanged event to any listeners.

protected override void InsertItem(int index, T item)

Parameters

index int
item T