Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RefreshingEventArgs - Xamarin.Android API Reference | Syncfusion Refreshing event. ">

    Show / Hide Table of Contents

    Class RefreshingEventArgs

    Provides data for the Refreshing event.

    Inheritance
    System.Object
    RefreshingEventArgs
    Namespace: Syncfusion.SfPullToRefresh
    Assembly: Syncfusion.SfPullToRefresh.Android.dll
    Syntax
    public class RefreshingEventArgs : CancelEventArgs

    Constructors

    RefreshingEventArgs(Object)

    Initializes a new instance of the RefreshingEventArgs class.

    Declaration
    public RefreshingEventArgs(object sender)
    Parameters
    Type Name Description
    System.Object sender

    Properties

    Refreshed

    Gets or sets a value indicating whether refreshing should be continued.

    Declaration
    public bool Refreshed { get; set; }
    Property Value
    Type Description
    System.Boolean

    A value indicating whether refreshing should be continued.

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