Table of Contents

Interface IWheelEvent

Namespace
DotNetBrowser.Dom.Events
Assembly
DotNetBrowser.dll

A wheel event that provides access to the wheel event data.

This event occurs when a user rotates a wheel on a pointing device (such as a mouse).

public interface IWheelEvent : IMouseEvent, IUiKeyEventModifier, IEvent, IAutoDisposable
Inherited Members

Properties

DeltaMode

Gets the delta units type.

DeltaX

Gets the amount of units to scroll horizontally.

DeltaY

Gets the amount of units to scroll vertically.