Share via


UIDropInteractionDelegate_Extensions.SessionDidUpdate Method

Definition

Method that is called when the touch point moves into or within the view, or when drag items are added while the touch point is within the view.

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

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that was changed.

Returns

Attributes

Applies to