Class
PullToRefreshRequestedCommandContext

Provides context information for pull-to-refresh requested commands.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class PullToRefreshRequestedCommandContext

Inheritance: objectPullToRefreshRequestedCommandContext

Constructors

PullToRefreshRequestedCommandContext(bool)

Initializes a new instance of the PullToRefreshRequestedCommandContext class.

Declaration

cs-api-definition
public PullToRefreshRequestedCommandContext(bool isCanceled)

Parameters

isCanceled

bool

A value indicating whether the pull-to-refresh operation is canceled.

Properties

IsCanceled

Gets a value indicating whether the pull-to-refresh operation is canceled.

Declaration

cs-api-definition
public bool IsCanceled { get; }

Property Value

bool

true if the operation is canceled; otherwise, false.

Methods

Cancel()

Cancels the pull-to-refresh operation.

Declaration

cs-api-definition
public void Cancel()