次の方法で共有


UITableViewDropDelegate_Extensions.DropSessionDidUpdate メソッド

定義

テーブル ビュー上のドロップ ポイントが変更されたときに呼び出されるメソッド。

public static UIKit.UITableViewDropProposal DropSessionDidUpdate (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
static member DropSessionDidUpdate : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal

パラメーター

This
IUITableViewDropDelegate

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

tableView
UITableView

現在のドロップ ターゲット。

session
IUIDropSession

ドロップ セッション。

destinationIndexPath
NSIndexPath

現在ターゲットになっている行へのインデックス パス。 このパラメーターは、 に設定できます。

戻り値

適用対象