NotifyCollectionChangedEventArgs.OldItems プロパティ

定義

Replace、Remove、Move アクションの影響を受ける項目の一覧を取得します。

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、削除、または移動アクションの影響を受ける項目の一覧。

適用対象