Eyeshot 10 WPF API Reference
SelectionChanged Event

WPF Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : SelectionChanged Event
Occurs when entity selection has changed.
Syntax
'Declaration
 
Public Event SelectionChanged As ViewportLayout.SelectionChangedEventHandler
public event ViewportLayout.SelectionChangedEventHandler SelectionChanged
Event Data

The event handler receives an argument of type ViewportLayout.SelectionChangedEventArgs containing data related to this event. The following ViewportLayout.SelectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets the collection of items added to selection.  
Gets or sets the collection of items removed from selection.  
See Also