TreeViewSelectionChangedEventArgs.RemovedItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list that contains the items that were unselected.
public:
property IVector<Platform::Object ^> ^ RemovedItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> RemovedItems();
public IList<object> RemovedItems { get; }
var iVector = treeViewSelectionChangedEventArgs.removedItems;
Public ReadOnly Property RemovedItems As IList(Of Object)
Property Value
The loosely typed collection of items that were unselected in this event.