次の方法で共有


UIDragInteractionDelegate_Extensions.SessionDidMove メソッド

定義

ドラッグ ポイントが移動したときに呼び出されるメソッド。

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

パラメーター

This
IUIDragInteractionDelegate

この拡張メソッドが動作するインスタンス。

interaction
UIDragInteraction

要求を行っている操作。

session
IUIDragSession

ドラッグ セッション。

適用対象