Class ListViewLoadOnDemandCollection
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class ListViewLoadOnDemandCollection : LoadOnDemandCollection<object>, ISupportLoadOnDemand
Constructors
ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<Object>>)
Declaration
public ListViewLoadOnDemandCollection(Func<CancellationToken, IEnumerable<object>> action)
Parameters
System.Func<System.Threading.CancellationToken, System.Collections.Generic.IEnumerable<System.Object>>
action
|