menu

UWP

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

    Show / Hide Table of Contents

    Class PullingEventArgs

    PullingEventArgs Class for pulling events

    Inheritance
    System.Object
    PullingEventArgs
    Namespace: Syncfusion.UI.Xaml.PullToRefresh
    Assembly: Syncfusion.SfPullToRefresh.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class PullingEventArgs : RoutedEventArgs

    Constructors

    PullingEventArgs(Double)

    Declaration
    public PullingEventArgs(double pulledDistance)
    Parameters
    Type Name Description
    System.Double pulledDistance

    Properties

    PulledDistance

    Gets the pulled distance of the control.

    Declaration
    public double PulledDistance { get; set; }
    Property Value
    Type Description
    System.Double

    Type :System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved