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 选择的项。

适用于