IUITableViewDataSourcePrefetching Interface

Definition

Interface for table view data sources that can prefetch their data.

[Foundation.Protocol(Name="UITableViewDataSourcePrefetching", WrapperType=typeof(UIKit.UITableViewDataSourcePrefetchingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITableViewDataSourcePrefetching : IDisposable, ObjCRuntime.INativeObject
type IUITableViewDataSourcePrefetching = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

PrefetchRows(UITableView, NSIndexPath[])

Extension Methods

CancelPrefetching(IUITableViewDataSourcePrefetching, UITableView, NSIndexPath[])

Cancels the prefetching of table data.

Applies to