Click or drag to resize

IMouseWheelMoved Property

Occurs when the mouse wheel has scrolled on the web page.

Namespace:  DotNetBrowser.Input.Mouse
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IInterceptableInputEvent<IMouseWheelMovedEventArgs, MouseWheelMovedEventArgs> WheelMoved { get; }

Property Value

Type: IInterceptableInputEventIMouseWheelMovedEventArgs, MouseWheelMovedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also