ScrollEventArgs
23 Sep 20251 minute to read
The argument type of Scroll Event
Properties
distanceX number
The total traveled distance from X position
distanceY number
The total traveled distance from Y position
name string
Specifies name of the event.
originalEvent TouchEventArgs|MouseEventArgs
Original native event object for scroll.
scrollDirection string
The direction scroll.
startEvents TouchEventArgs|MouseEventArgs
Event argument for start event.
startX number
X position when scroll started.
startY number
Y position when scroll started.
velocity number
The velocity of scroll.