Eyeshot 10 WPF API Reference
Mouse3DButtonUp Event

WPF Assembly > devDept.Eyeshot Namespace > ViewportLayout Class : Mouse3DButtonUp Event
Occurs when a Mouse3D button is pressed.
Syntax
'Declaration
 
Public Event Mouse3DButtonUp As ButtonEventHandler
public event ButtonEventHandler Mouse3DButtonUp
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