Share via


TreeViewSelectionChangedEventArgs.AddedItems Property

Definition

Gets a list that contains the items that were selected.

public:
 property IVector<Platform::Object ^> ^ AddedItems { IVector<Platform::Object ^> ^ get(); };
IVector<IInspectable> AddedItems();
public IList<object> AddedItems { get; }
var iVector = treeViewSelectionChangedEventArgs.addedItems;
Public ReadOnly Property AddedItems As IList(Of Object)

Property Value

IVector<Object>

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

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

Applies to

See also