Share via


NotifyCollectionChangedEventArgs.OldItems 속성

정의

Replace, 제거 또는 이동 동작의 영향을 받는 항목의 목록을 가져옵니다.

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

속성 값

Replace, 제거 또는 이동 동작의 영향을 받는 항목의 목록입니다.

적용 대상