Method OnItemRemoved
OnItemRemoved(int, T)
Raises the ItemRemoved event with the provided arguments.
protected virtual void OnItemRemoved(int index, T item)
Parameters
indexintThe index where the change occurred.
itemTThe item affected by the change.