Share via


TreeViewSelectionChangedEventArgs.RemovedItems Property

Definition

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

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

The loosely typed collection of items that were unselected in this event.

Applies to

See also