Occurs when the mouse is moved.
public:
event TypedEventHandler<MouseDevice^ , MouseEventArgs^ >^ MouseMoved {
EventRegistrationToken add (TypedEventHandler<MouseDevice^ , MouseEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
You can obtain information about the mouse position delta by querying the MouseEventArgs.MouseDelta property.
Namespace: Windows.Devices.Input
Metadata: windows.winmd