INotifyCollectionChanged<(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.ComponentModelAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
event EventHandler<ItemEventArgs<T>> ItemAdded
Event ItemAdded As EventHandler(Of ItemEventArgs(Of T))