UIDocumentInteractionControllerDelegate_Extensions.WillBeginSendingToApplication Method

Definition

Indicates that the controller's document is about to be handed off to the specified application.

public static void WillBeginSendingToApplication (this UIKit.IUIDocumentInteractionControllerDelegate This, UIKit.UIDocumentInteractionController controller, string application);
static member WillBeginSendingToApplication : UIKit.IUIDocumentInteractionControllerDelegate * UIKit.UIDocumentInteractionController * string -> unit

Parameters

This
IUIDocumentInteractionControllerDelegate

The instance on which this extension method operates.

application
String

To be added.

This parameter can be null.

Applies to