ObservableCollectionExtended<(Of <(<'T>)>)>..::..ItemRemoved Event
This type safe event 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
public event Nullable<EventHandler<ItemEventArgs<T>>> ItemRemoved
Public Event ItemRemoved As Nullable(Of EventHandler(Of ItemEventArgs(Of T)))