UITableViewDropDelegate.DropSessionDidUpdate メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブル ビュー上のドロップ ポイントが変更されたときに呼び出されるメソッド。
[Foundation.Export("tableView:dropSessionDidUpdate:withDestinationIndexPath:")]
public virtual UIKit.UITableViewDropProposal DropSessionDidUpdate (UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
abstract member DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal
override this.DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal
パラメーター
- tableView
- UITableView
現在のドロップ ターゲット。
- session
- IUIDropSession
ドロップ セッション。
- destinationIndexPath
- NSIndexPath
現在ターゲットになっている行へのインデックス パス。 このパラメーターは、 に設定できます。
このパラメーターは、null
に設定できます。
戻り値
- 属性