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

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