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