Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectionChangedEventArgs Class / RemovedItems Property

In This Topic
    RemovedItems Property
    In This Topic
    Gets or sets the collection of items removed from selection.
    Syntax
    'Declaration
     
    Public Property RemovedItems As List(Of ViewportLayout.SelectedItem)
    public List<ViewportLayout.SelectedItem> RemovedItems {get; set;}
    See Also