TreeViewSelectionChangedEventArgs.AddedItems Property

Definition

public:
 property IVector<Platform::Object ^> ^ AddedItems { IVector<Platform::Object ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVector<IInspectable> AddedItems();
[Windows.Foundation.Metadata.Experimental]
public IList<object> AddedItems { [Windows.Foundation.Metadata.Experimental] get; }
Public ReadOnly Property AddedItems As IList(Of Object)

Property Value

IList<Object>

IVector<Platform::Object>

IVector<IInspectable>

Attributes

Applies to