Class
PullToRefreshRequestedEventArgs

Provides data for the pull-to-refresh requested event.

Definition

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

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class PullToRefreshRequestedEventArgs : EventArgs

Inheritance: objectEventArgsPullToRefreshRequestedEventArgs

Inherited Members EventArgs.Empty

Constructors

PullToRefreshRequestedEventArgs()

Declaration

cs-api-definition
public PullToRefreshRequestedEventArgs()

Properties

Cancel

Gets or sets a value indicating whether the pull-to-refresh operation should be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool