MouseDevice.MouseWheelMoved Event

Occurs when the mouse wheel is moved either horizontally or vertically.

Syntax

public:
event TypedEventHandler<MouseDevice^ , MouseEventArgs^ >^ MouseWheelMoved {
         EventRegistrationToken add (TypedEventHandler<MouseDevice^ , MouseEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

You can obtain information about the mouse wheel delta by querying the MouseEventArgs.MouseWheelDelta property.

Requirements

Namespace: Windows.Devices.Input

Metadata: windows.winmd

See also

Reference

MouseDevice Class

MouseDevice Members

Windows.Devices.Input Namespace