Eyeshot 10 WinForms API Reference
Mouse3DButtonDown Event

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : Mouse3DButtonDown Event
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