SelectionChangedEventArgs.AddedItems プロパティ

定義

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

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

プロパティ値

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

適用対象