Class PullToRefreshRequestedEventArgs
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
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|