Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.SelectionChangedEventHandler Delegate
The source of the event.
A ViewportLayout.SelectionChangedEventArgs object that contains the event data.

In This Topic
    ViewportLayout.SelectionChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle the ViewportLayout.SelectionChanged and Viewport.LabelSelectionChangedevent.
    Syntax
    'Declaration
     
    Public Delegate Sub ViewportLayout.SelectionChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ViewportLayout.SelectionChangedEventArgs _
    ) 
    public delegate void ViewportLayout.SelectionChangedEventHandler( 
       object sender,
       ViewportLayout.SelectionChangedEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ViewportLayout.SelectionChangedEventArgs object that contains the event data.
    See Also