Method OnItemRangeAdditionFinished
- Namespace
- Alternet.Base.Collections
- Assembly
- Alternet.UI.Common.dll
OnItemRangeAdditionFinished(int, IEnumerable<T>)
Raises the ItemRangeAdditionFinished event with the provided arguments.
protected virtual void OnItemRangeAdditionFinished(int insertionIndex, IEnumerable<T> items)
Parameters
insertionIndex
intThe index to insert the
items
at.items
IEnumerable<T>The items being inserted.