Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / LabelSelectionChanged Event

In This Topic
    LabelSelectionChanged Event
    In This Topic
    Occurs when label selection has changed.
    Syntax
    'Declaration
     
    Public Event LabelSelectionChanged As ViewportLayout.SelectionChangedEventHandler
    public event ViewportLayout.SelectionChangedEventHandler LabelSelectionChanged
    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