The MouseWheelEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAltKey
Gets whether the Alt key was pressed.
Public propertyCtrlKey
Gets whether the Ctrl key was pressed.
Public propertyDelta
Gets the mouse wheel delta.
Public propertyShiftKey
Gets whether the Shift key was pressed.

See Also