Property WheelMoved
- Namespace
- DotNetBrowser.Input.Mouse
- Assembly
- DotNetBrowser.dll
WheelMoved
Occurs when the mouse wheel has scrolled on the web page.
IInterceptableInputEvent<IMouseWheelMovedEventArgs, MouseWheelMovedEventArgs> WheelMoved { get; }
Property Value
Exceptions
- ObjectDisposedException
The IBrowser object has already been disposed.