NotifyCollectionChangedEventArgs.NewItems 屬性

定義

取得受動作影響的專案。

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

屬性值

動作所影響之專案的可系結向量。

備註

使用 .NET 進行程式設計時,這個類別會隱藏,開發人員應該使用 System.Collections.Specialized.NotifyCollectionChangedEventArgs 類別。

適用於

另請參閱