Class MouseWheelMovedEventArgs
- Namespace
- DotNetBrowser.Input.Mouse.Events
- Assembly
- DotNetBrowser.dll
The event arguments for the WheelMoved event.
public sealed class MouseWheelMovedEventArgs : MouseEventArgs, IMouseWheelMovedEventArgs, IMouseEventArgs
- Inheritance
-
MouseWheelMovedEventArgs
- Implements
- Inherited Members
Properties
- DeltaX
The amount of units to scroll horizontally.
- DeltaY
The amount of units to scroll vertically.
- Modifiers
The keyboard modifiers applied.
- ScrollType
The scroll type of the event.