MouseEventArgs.MouseDelta Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.