Class PullToRefreshRequestedEventArgs
Provides data for the pull-to-refresh requested event.
Inheritance
System.Object
PullToRefreshRequestedEventArgs
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class PullToRefreshRequestedEventArgs : EventArgs
Constructors
PullToRefreshRequestedEventArgs()
Declaration
public PullToRefreshRequestedEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the pull-to-refresh operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|