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

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