Click or drag to resize
NotifyCollectionChangedEventArgsNewItems Property
Gets the list of new items involved in the change. Returns the list of new items involved in the change.

Namespace: System.Collections.Specialized
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public IList NewItems { get; }

Property Value

Type: IList
See Also