UIActivityViewController.CompletionHandler Property

Definition

Developers should not use this deprecated property. Developers should use the 'CompletionWithItemsHandler' property instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'CompletionWithItemsHandler' property instead.")]
public virtual Action<Foundation.NSString,bool> CompletionHandler { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'CompletionWithItemsHandler' property instead.")] [Foundation.Export("completionHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'CompletionWithItemsHandler' property instead.")] [Foundation.Export("setCompletionHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.CompletionHandler : Action<Foundation.NSString, bool> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to