UITableViewDropDelegate_Extensions.DropSessionDidUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブル ビュー上のドロップ ポイントが変更されたときに呼び出されるメソッド。
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
パラメーター
この拡張メソッドが動作するインスタンス。
- tableView
- UITableView
現在のドロップ ターゲット。
- session
- IUIDropSession
ドロップ セッション。
- destinationIndexPath
- NSIndexPath
現在ターゲットになっている行へのインデックス パス。 このパラメーターは、 に設定できます。