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

属性值

更改中涉及的新项的列表。

适用于