Table of Contents

Method RecreateItems

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

RecreateItems(BaseCollection<TItem>?)

Recreates items. Before calling this method, you need to unbind all events connected to the Items.

protected virtual void RecreateItems(BaseCollection<TItem>? newItems = null)

Parameters

newItems BaseCollection<TItem>