ObservableCollectionExtended<(Of <(<'T>)>)>..::..OnItemRemoved 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 OnItemRemoved( T item )
Protected Overridable Sub OnItemRemoved ( _ item As T _ )
Parameters
- item
- Type: T