ClassPullToRefreshRequestedCommandContext
Class
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
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
true
if the operation is canceled; otherwise, false
.