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

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

    Parameters

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