UIDocumentBrowserViewControllerDelegate_Extensions.DidRequestDocumentCreation Method
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.
Developers may implement this method to respond to a request to create a new document.
public static void DidRequestDocumentCreation (this UIKit.IUIDocumentBrowserViewControllerDelegate This, UIKit.UIDocumentBrowserViewController controller, Action<Foundation.NSUrl,UIKit.UIDocumentBrowserImportMode> importHandler);
static member DidRequestDocumentCreation : UIKit.IUIDocumentBrowserViewControllerDelegate * UIKit.UIDocumentBrowserViewController * Action<Foundation.NSUrl, UIKit.UIDocumentBrowserImportMode> -> unit
Parameters
The instance on which this extension method operates.
- controller
- UIDocumentBrowserViewController
The controller that made the request.
- importHandler
- Action<NSUrl,UIDocumentBrowserImportMode>
The handler to run after the document is created.