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

适用于