CSSearchQuery.CompletionHandler Property

Definition

Gets or sets a handler that, if it is not null, is run when the search completes.

public virtual Action<Foundation.NSError> CompletionHandler { [Foundation.Export("completionHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setCompletionHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.CompletionHandler : Action<Foundation.NSError> with get, set

Property Value

A handler that, if supplied, is run when the search completes.

This value can be null.

Attributes

Applies to