Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Mouse3DMove Event

In This Topic
    Mouse3DMove Event
    In This Topic
    Occurs when a Mouse3D movement operation is performed.
    Syntax
    'Declaration
     
    Public Event Mouse3DMove As MoveEventHandler
    public event MoveEventHandler Mouse3DMove
    Event Data

    The event handler receives an argument of type MoveEventArgs containing data related to this event. The following MoveEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets the device information.  
    Gets or sets the rotation vector.  
    Gets or sets the translation vector.  
    See Also