New to Telerik UI for .NET MAUIStart a free 30-day trial

Arguments for the event that is raised when RadMauiScrollView is scrolled.

Definition

Namespace:Telerik.Maui.Platform

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class RadScrolledEventArgs : EventArgs

Inheritance: objectEventArgsRadScrolledEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RadScrolledEventArgs class.

C#
public RadScrolledEventArgs(double scrollX, double scrollY)
Parameters:scrollXdouble

The X position of the finished scroll.

scrollYdouble

The Y position of the finished scroll.

Properties

Gets the X position of the finished scroll.

C#
public double ScrollX { get; }

Gets the Y position of the finished scroll.

C#
public double ScrollY { get; }