Class vdmouseoverEventArgs
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Contains all the arguments of a vdmousemove or vdmousemoveAfter, vdmousedown, vdmouseup, vdmouseout, vdmousewheel or vddblclick event.
public class vdmouseoverEventArgs
- Inheritance
-
vdmouseoverEventArgs
- Inherited Members
Properties
- Cancel
When set to true, all the default functionality of the event is not executed.
- Delta
A signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.
- istouched
If true, the invokation of the event is caused from a touch event.
- mousebutton
Returns the pressed mouse button when the event occured. 1 for Left, 2 for middle, 3 for right and 0 for no button pressed.
- prevPos
Gets the point in pixel coordinates relative to the upper left corner of the drawing area, of the user's previous mouse event. Returns null if there is none.
- skey
Returns a flag for alt control and shift pressed key, when the event occured. 0 for none, 1 for alt, 2 for control, 4 for shift.
- x
Gets the x value of the point in world coordinates of the user's cursor.
- xPix
Gets the x value of the point in pixels of the user's cursor, relative to the upper left corner of the drawing area.
- y
Gets the y value of the point in world coordinates of the user's cursor.
- yPix
Gets the y value of the point in pixels of the user's cursor, relative to the upper left corner of the drawing area.
- z
Gets the z value of the point in world coordinates of the user's cursor.