Class PullingEventArgs
Provides data for the Pulling event.
Inheritance
System.Object
    PullingEventArgs
  Namespace: Syncfusion.Maui.Toolkit.PullToRefresh
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class PullingEventArgs : CancelEventArgs
  Constructors
PullingEventArgs()
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.  |