Click or drag to resize
DigitalRuneCollectionChangedEventArgsTNewItems Property
Gets the new items that were involved in the change.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public List<T> NewItems { get; }

Property Value

Type: ListT
The new items. The default is an empty list.
See Also