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.Collections
Assembly:  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)))

Remarks


Triggered by SetItem, RemoveItem, and ClearItems