CSSearchQuery.CompletionHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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