Class RadScrolledEventArgs
Arguments for the event that is raised when
Inheritance
System.Object
RadScrolledEventArgs
Namespace: Telerik.Maui.Platform
Assembly: Telerik.Maui.Core.dll
Syntax
public class RadScrolledEventArgs : EventArgs
Constructors
RadScrolledEventArgs(Double, Double)
Initializes a new instance of the RadScrolledEventArgs class.
Declaration
public RadScrolledEventArgs(double scrollX, double scrollY)
Parameters
System.Double
scrollX
The X position of the finished scroll. |
System.Double
scrollY
The Y position of the finished scroll. |
Properties
ScrollX
Gets the X position of the finished scroll.
Declaration
public double ScrollX { get; }
Property Value
System.Double
|
ScrollY
Gets the Y position of the finished scroll.
Declaration
public double ScrollY { get; }
Property Value
System.Double
|