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

In This Topic
    Mouse3DButtonDown Event
    In This Topic
    Occurs when a Mouse3D button is pressed.
    Syntax
    'Declaration
     
    Public Event Mouse3DButtonDown As ButtonEventHandler
    public event ButtonEventHandler Mouse3DButtonDown
    Event Data

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

    PropertyDescription
     
     
    See Also