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

속성 값

변경에 관련된 새 항목의 목록입니다.

적용 대상