NotifyCollectionChangedEventArgs.NewItems プロパティ

定義

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

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

プロパティ値

変更に関連する新しい項目の一覧。

適用対象