NotifyCollectionChangedEventArgs.NewItems 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.
Gets the items affected by an action.
public:
property IBindableVector ^ NewItems { IBindableVector ^ get(); };
IBindableVector NewItems();
public IList NewItems { get; }
var iBindableVector = notifyCollectionChangedEventArgs.newItems;
Public ReadOnly Property NewItems As IList
Property Value
The bindable vector of items affected by an action.
Remarks
When programming with .NET, this class is hidden and developers should use the System.Collections.Specialized.NotifyCollectionChangedEventArgs class.