Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectionChangedEventArgs Class / ViewportLayout.SelectionChangedEventArgs Constructor / ViewportLayout.SelectionChangedEventArgs Constructor(Int32[],Int32[],ViewportLayout)
The indices of the top-level entities added to the selection
The indices of the top-level entities removed from the selection
The ViewportLayout

In This Topic
    ViewportLayout.SelectionChangedEventArgs Constructor(Int32[],Int32[],ViewportLayout)
    In This Topic
    Constructor for top-level entities.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal added() As Integer, _
       ByVal removed() As Integer, _
       ByVal vp As ViewportLayout _
    )
    public ViewportLayout.SelectionChangedEventArgs( 
       int[] added,
       int[] removed,
       ViewportLayout vp
    )

    Parameters

    added
    The indices of the top-level entities added to the selection
    removed
    The indices of the top-level entities removed from the selection
    vp
    The ViewportLayout
    See Also