menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PullingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PullingEventArgs

    Provides data for the Pulling event.

    Inheritance
    System.Object
    CancelEventArgs
    PullingEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    Namespace: Syncfusion.SfPullToRefresh.XForms
    Assembly: Syncfusion.SfPullToRefresh.XForms.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved