Method OnItemInserted
- Namespace
- Alternet.Base.Collections
- Assembly
- Alternet.UI.Common.dll
OnItemInserted(int, T)
Raises the ItemInserted event with the provided arguments.
protected virtual void OnItemInserted(int index, T item)
Parameters
index
intThe index where the change occurred.
item
TThe item affected by the change.