Share via


NotifyCollectionChangedEventArgs.NewItems Property

Definition

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.

Applies to

See also