NotifyCollectionChangedEventArgs.NewItems 属性

定义

获取受操作影响的项。

public:
 property IBindableVector ^ NewItems { IBindableVector ^ get(); };
IBindableVector NewItems();
public IList NewItems { get; }
var iBindableVector = notifyCollectionChangedEventArgs.newItems;
Public ReadOnly Property NewItems As IList

属性值

受操作影响的项的可绑定向量。

注解

使用 .NET 编程时,此类是隐藏的,开发人员应使用 System.Collections.Specialized.NotifyCollectionChangedEventArgs 类。

适用于

另请参阅