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 事件以来选定的项。

适用于