Class PullingEventArgs
PullingEventArgs Class for pulling events
Inheritance
System.Object
PullingEventArgs
Namespace: Syncfusion.UI.Xaml.PullToRefresh
Assembly: Syncfusion.SfPullToRefresh.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class PullingEventArgs : RoutedEventArgs
Constructors
PullingEventArgs(Double)
Declaration
public PullingEventArgs(double pulledDistance)
Parameters
Type | Name | Description |
---|---|---|
System.Double | pulledDistance |
Properties
PulledDistance
Gets the pulled distance of the control.
Declaration
public double PulledDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Type :System.Double |