Share via


UIDropInteractionDelegate_Extensions.SessionDidEnter Method

Definition

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

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

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that entered the view for the interaction.

Attributes

Applies to