UIDocumentInteractionControllerDelegate.WillBeginSendingToApplication 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.
Indicates that the controller's document is about to be handed off to the specified application.
[Foundation.Export("documentInteractionController:willBeginSendingToApplication:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillBeginSendingToApplication(UIKit.UIDocumentInteractionController controller, string? application);
[<Foundation.Export("documentInteractionController:willBeginSendingToApplication:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillBeginSendingToApplication : UIKit.UIDocumentInteractionController * string -> unit
override this.WillBeginSendingToApplication : UIKit.UIDocumentInteractionController * string -> unit
Parameters
- controller
- UIDocumentInteractionController
Implements
- Attributes