SelectionChangedEventArgs.RemovedItems プロパティ

定義

選択されなかった項目の一覧を取得します。

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

プロパティ値

前回の SelectionChanged イベント発生以降に選択されなかった項目。

適用対象