NotifyCollectionChangedEventArgs.OldItems 속성

정의

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

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

속성 값

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

적용 대상