menu

UWP

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

    Show / Hide Table of Contents

    Class PulltoRefreshCommandBase

    Inheritance
    System.Object
    PulltoRefreshCommandBase
    RefreshCommand
    Implements
    System.Windows.Input.ICommand
    Namespace: Syncfusion.UI.Xaml.PullToRefresh
    Assembly: Syncfusion.SfPullToRefresh.UWP.dll
    Syntax
    public abstract class PulltoRefreshCommandBase : Object, ICommand

    Constructors

    PulltoRefreshCommandBase(SfPullToRefresh)

    Declaration
    public PulltoRefreshCommandBase(SfPullToRefresh pulltorefresh)
    Parameters
    Type Name Description
    SfPullToRefresh pulltorefresh

    Properties

    PulltoRefresh

    Declaration
    public SfPullToRefresh PulltoRefresh { get; }
    Property Value
    Type
    SfPullToRefresh

    Methods

    CanExecute(Object)

    Declaration
    public virtual bool CanExecute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter
    Returns
    Type
    System.Boolean

    Execute(Object)

    Declaration
    public abstract void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    Events

    CanExecuteChanged

    Declaration
    public event EventHandler CanExecuteChanged
    Event Type
    Type
    System.EventHandler

    Implements

    System.Windows.Input.ICommand

    Extension Methods

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