Method RemoveItem
RemoveItem(int)
called by base class Collection<T> when an item is removed from list; raises a CollectionChanged event to any listeners
protected override void RemoveItem(int index)
Parameters
index
int
called by base class Collection<T> when an item is removed from list; raises a CollectionChanged event to any listeners
protected override void RemoveItem(int index)
index
int