ScrolledEventArgs(Double, Double) Constructor

Definition

Constructs a new ScrolledEventArgs object for a scroll to x and y.

public ScrolledEventArgs (double x, double y);
new Xamarin.Forms.ScrolledEventArgs : double * double -> Xamarin.Forms.ScrolledEventArgs

Parameters

x
System.Double

The X position of the finished scroll.

y
System.Double

The Y position of the finished scroll.

Applies to