ObservableCollectionExtended<(Of <(<'T>)>)>..::..ItemAdded Event

This type safe event fires after an item is added to the collection no matter how it is added.

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

Syntax


public event Nullable<EventHandler<ItemEventArgs<T>>> ItemAdded
Public Event ItemAdded As Nullable(Of EventHandler(Of ItemEventArgs(Of T)))

Remarks


Triggered by InsertItem and SetItem