ScrollEventArgs

Interface representing event arguments for the scroll event.

Properties

distanceX Number

Specifies the total scrolled distance from the X position.

distanceY Number

Specifies the total scrolled distance from the Y position.

name String

Specifies the name of the event.

originalEvent MouseTouchEventArgs

Specifies the original calling event.

scrollDirection String

Specifies the scrolling direction.

startEvents MouseTouchEventArgs MouseTouchEventArgs

Specifies the event arguments for when a scrolling event begins.

startX Number

Specifies the X position when the scrolling event starts.

startY Number

Specifies the Y position when the scrolling event starts.

velocity Number

Specifies the velocity of the scrolling event.