UIDragInteractionDelegate_Extensions.SessionDidMove Method

Definition

Method that is called when the drag point moves.

public static void SessionDidMove (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
static member SessionDidMove : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The drag session.

Applies to