次の方法で共有


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 クラスを使用する必要があります。

適用対象

こちらもご覧ください