Eyeshot 10 WinForms API Reference
RemovedItems Property

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout.SelectionChangedEventArgs Class : RemovedItems Property
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

Reference

ViewportLayout.SelectionChangedEventArgs Class
ViewportLayout.SelectionChangedEventArgs Members