MouseEventArgs.MouseDelta Property

Definition

Gets a value that indicates the change in the screen location of the mouse pointer since the last mouse event.

public:
 property MouseDelta MouseDelta { MouseDelta get(); };
MouseDelta MouseDelta();
public MouseDelta MouseDelta { get; }
var mouseDelta = mouseEventArgs.mouseDelta;
Public ReadOnly Property MouseDelta As MouseDelta

Property Value

The change in screen location of the mouse pointer, relative to the location of the last mouse event.

Applies to

See also