Click or drag to resize

MouseWheelMovedEventArgs Properties

The MouseWheelMovedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDeltaX
The amount of units to scroll horizontally.
Public propertyDeltaY
The amount of units to scroll vertically.
Public propertyLocation
Gets or sets the mouse position relative to the bounds of the browser instance.
(Inherited from MouseEventArgs.)
Public propertyLocationOnScreen
Gets or sets the mouse position relative to the bounds of the screen.
(Inherited from MouseEventArgs.)
Public propertyModifiers
The keyboard modifiers applied.
Public propertyScrollType
The scroll type of the event.
Top
See Also