Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Mouse3D Namespace / MoveEventHandler Delegate
The source of the event
The event data

In This Topic
    MoveEventHandler Delegate
    In This Topic
    Represents the method that will handle the devDept.Eyeshot.ViewportLayout.Mouse3DMove event.
    Syntax
    'Declaration
     
    Public Delegate Sub MoveEventHandler( _
       ByVal sender As Object, _
       ByVal e As MoveEventArgs _
    ) 
    public delegate void MoveEventHandler( 
       object sender,
       MoveEventArgs e
    )

    Parameters

    sender
    The source of the event
    e
    The event data
    See Also