Share via


UIDocumentPickerDelegate.WasCancelled(UIDocumentPickerViewController) Method

Definition

The user dismissed the picker.

[Foundation.Export("documentPickerWasCancelled:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WasCancelled(UIKit.UIDocumentPickerViewController controller);
[<Foundation.Export("documentPickerWasCancelled:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WasCancelled : UIKit.UIDocumentPickerViewController -> unit
override this.WasCancelled : UIKit.UIDocumentPickerViewController -> unit

Parameters

Implements

Attributes

Applies to