Share via


UIDropInteractionDelegate_Extensions.SessionDidExit Method

Definition

Method that is called when the user drags the drop session out of the view for the drop interaction.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SessionDidExit(this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SessionDidExit : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that left the view for the interaction.

Attributes

Applies to