NotifyCollectionChangedEventArgs.NewItems プロパティ

定義

この変更に関係のある新しい項目の一覧を取得します。

public:
 property System::Collections::IList ^ NewItems { System::Collections::IList ^ get(); };
public System.Collections.IList NewItems { get; }
public System.Collections.IList? NewItems { get; }
member this.NewItems : System.Collections.IList
Public ReadOnly Property NewItems As IList

プロパティ値

この変更に関係のある新しい項目の一覧。

適用対象