MouseWheelEventArgs.WheelDelta 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 the number of notches the mouse wheel has rotated.
public:
property int WheelDelta { int get(); };
int WheelDelta();
public int WheelDelta { get; }
var int32 = mouseWheelEventArgs.wheelDelta;
Public ReadOnly Property WheelDelta As Integer
Property Value
Int32
int
The number of notches the mouse wheel has rotated.