Share via


IUIDropInteractionDelegate.SessionDidEnter Method

Definition

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

[Foundation.Export("dropInteraction:sessionDidEnter:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SessionDidEnter(UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
[<Foundation.Export("dropInteraction:sessionDidEnter:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SessionDidEnter : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnter : 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