Share via


UIDocumentBrowserViewControllerDelegate.DidRequestDocumentCreation Method

Definition

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

[Foundation.Export("documentBrowser:didRequestDocumentCreationWithHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidRequestDocumentCreation(UIKit.UIDocumentBrowserViewController controller, Action<Foundation.NSUrl,UIKit.UIDocumentBrowserImportMode> importHandler);
[<Foundation.Export("documentBrowser:didRequestDocumentCreationWithHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidRequestDocumentCreation : UIKit.UIDocumentBrowserViewController * Action<Foundation.NSUrl, UIKit.UIDocumentBrowserImportMode> -> unit
override this.DidRequestDocumentCreation : 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.

Implements

Attributes

Applies to