Class PullToRefreshRequestedCommandContext
Provides context information for pull-to-refresh requested commands.
Inheritance
System.Object
PullToRefreshRequestedCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class PullToRefreshRequestedCommandContext : Object
Constructors
PullToRefreshRequestedCommandContext(Boolean)
Initializes a new instance of the PullToRefreshRequestedCommandContext class.
Declaration
public PullToRefreshRequestedCommandContext(bool isCanceled)
Parameters
System.Boolean
isCanceled
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
public bool IsCanceled { get; }
Property Value
System.Boolean
|
Methods
Cancel()
Cancels the pull-to-refresh operation.
Declaration
public void Cancel()