CSSearchQuery.FoundItemsHandler Property

Definition

Gets or sets a handler that, if it is not null, is run when a batch of search results is ready.

public virtual Action<CoreSpotlight.CSSearchableItem[]> FoundItemsHandler { [Foundation.Export("foundItemsHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFoundItemsHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.FoundItemsHandler : Action<CoreSpotlight.CSSearchableItem[]> with get, set

Property Value

A a handler that, if it is not null, is run when a batch of search results is ready.

This value can be null.

Attributes

Applies to