Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SelectionChanged Event

In This Topic
    SelectionChanged Event
    In This Topic
    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