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 事件以來所選取的項目。

適用於