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.SpecializedAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public IList NewItems { get; }
Property Value
Type:
IListSee Also