menu

UWP

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

    Show / Hide Table of Contents

    Class RefreshCommand

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

    Constructors

    RefreshCommand(SfPullToRefresh)

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

    Methods

    CanExecute(Object)

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

    Execute(Object)

    Declaration
    public override void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter
    Overrides
    PulltoRefreshCommandBase.Execute(Object)

    Implements

    System.Windows.Input.ICommand

    Extension Methods

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