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