Class PullingEventArgs
Provides data for the Pulling event.
Inheritance
System.Object
PullingEventArgs
Namespace: Syncfusion.Maui.PullToRefresh
Assembly: Syncfusion.Maui.PullToRefresh.dll
Syntax
public class PullingEventArgs : CancelEventArgs
Constructors
PullingEventArgs()
Initializes a new instance of the PullingEventArgs class.
Declaration
public PullingEventArgs()
Properties
Progress
Gets or sets the progress of pulling.
Declaration
public double Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The progress of pulling. |