ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / SelectionChangingEventArgs Class / AddedItems Property

In This Topic
    AddedItems Property (SelectionChangingEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property AddedItems As Windows.Foundation.Collections.IVector(Of Object)
    public Windows.Foundation.Collections.IVector<object> AddedItems {get;}
    See Also