| CollectionChangedEventArgsTNewItems Property |
Gets the new items that were involved in the change.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public List<T> NewItems { get; }
Public ReadOnly Property NewItems As List(Of T)
Get
public:
property List<T>^ NewItems {
List<T>^ get ();
}
member NewItems : List<'T> with get
Property Value
Type:
ListTThe new items. The default is an empty list.
See Also