ObservableCollectionExtended<(Of <(<'T>)>)>..::..OnItemAdded Method
This fires after an item is removed from the collection no matter how it is removed.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
protected virtual void OnItemAdded( T item )
Protected Overridable Sub OnItemAdded ( _ item As T _ )
Parameters
- item
- Type: T