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

屬性值

變更所涉及的新項目清單。

適用於