menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class PullingEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

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