Interface IMouseWheelMovedEventArgs
- Namespace
- DotNetBrowser.Input.Mouse.Events
- Assembly
- DotNetBrowser.dll
The event arguments for the WheelMoved event.
public interface IMouseWheelMovedEventArgs : IMouseEventArgs
- 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.