Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / OnMouse3DMove Method
The source of the event.
The event data

In This Topic
    OnMouse3DMove Method
    In This Topic
    Occurs every Mouse3DMove event.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub OnMouse3DMove( _
       ByVal sender As Object, _
       ByVal e As MoveEventArgs _
    ) 
    protected internal virtual void OnMouse3DMove( 
       object sender,
       MoveEventArgs e
    )

    Parameters

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