편집

다음을 통해 공유


UIDragInteractionDelegate.SessionDidMove Method

Definition

Method that is called when the drag point moves.

[Foundation.Export("dragInteraction:sessionDidMove:")]
public virtual void SessionDidMove (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
abstract member SessionDidMove : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit
override this.SessionDidMove : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The drag session.

Attributes

Applies to