Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PullingEventArgs - Xamarin.iOS API Reference | Syncfusion Pulling event. ">

    Show / Hide Table of Contents

    Class PullingEventArgs

    Provides data for the Pulling event.

    Inheritance
    System.Object
    PullingEventArgs
    Namespace: Syncfusion.SfPullToRefresh
    Assembly: Syncfusion.SfPullToRefresh.iOS.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 - 2021 Syncfusion Inc. All Rights Reserved