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