Interface ISupportLoadOnDemand
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public interface ISupportLoadOnDemand
Properties
HasMoreItems
Declaration
bool HasMoreItems { get; }
Property Value
System.Boolean
|
IsLoading
Declaration
bool IsLoading { get; }
Property Value
System.Boolean
|
LoadOnDemandAction
Declaration
Func<CancellationToken, IEnumerable> LoadOnDemandAction { get; }
Property Value
System.Func<System.Threading.CancellationToken, System.Collections.IEnumerable>
|
Methods
LoadItemsOnDemand()
Declaration
void LoadItemsOnDemand()
Events
LoadingOnDemandCanceled
Declaration
event EventHandler<EventArgs> LoadingOnDemandCanceled
Event Type
System.EventHandler<System.EventArgs>
|
LoadingOnDemandFinished
Declaration
event EventHandler<EventArgs> LoadingOnDemandFinished
Event Type
System.EventHandler<System.EventArgs>
|
LoadingOnDemandStarted
Declaration
event EventHandler<EventArgs> LoadingOnDemandStarted
Event Type
System.EventHandler<System.EventArgs>
|