Share via


UIDocumentBrowserViewControllerDelegate_Extensions.DidRequestDocumentCreation Method

Definition

Developers may implement this method to respond to a request to create a new document.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidRequestDocumentCreation(this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Action<Foundation.NSUrl,UIKit.UIDocumentBrowserImportMode> importHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidRequestDocumentCreation : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Action<Foundation.NSUrl, UIKit.UIDocumentBrowserImportMode> -> unit

Parameters

controller
UIDocumentBrowserViewController

The controller that made the request.

importHandler
Action<NSUrl,UIDocumentBrowserImportMode>

The handler to run after the document is created.

Attributes

Applies to