Class PullToRefreshRequestedCommandContext
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)
Declaration
public PullToRefreshRequestedCommandContext(bool isCanceled)
Parameters
System.Boolean
isCanceled
|
Properties
IsCanceled
Declaration
public bool IsCanceled { get; }
Property Value
System.Boolean
|
Methods
Cancel()
Declaration
public void Cancel()