ICollectionChangedEventData.Added Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entities added to the collection.
public System.Collections.Generic.IEnumerable<object> Added { get; }
member this.Added : seq<obj>
Public ReadOnly Property Added As IEnumerable(Of Object)