Click or drag to resize

IMouseWheelMovedEventArgs Interface

The event arguments for the WheelMoved event.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IMouseWheelMovedEventArgs : IMouseEventArgs

The IMouseWheelMovedEventArgs 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 the mouse position relative to the bounds of the browser instance.
(Inherited from IMouseEventArgs.)
Public propertyLocationOnScreen
Gets the mouse position relative to the bounds of the screen.
(Inherited from IMouseEventArgs.)
Public propertyModifiers
The keyboard modifiers applied.
Public propertyScrollType
The scroll type of the event.
Top
See Also