ObservableCollectionExtended<(Of <(<'T>)>)>..::..OnItemAdded Method

This fires after an item is removed from the collection no matter how it is removed.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


protected virtual void OnItemAdded(
	T item
)
Protected Overridable Sub OnItemAdded ( _
	item As T _
)

Parameters

item
Type: T

Remarks


Triggered by SetItem, RemoveItem, and ClearItems.