次の方法で共有


UITableViewDropDelegate_Extensions.DropSessionDidEnd メソッド

定義

ドロップ セッションが終了したときに呼び出されるメソッド。

public static void DropSessionDidEnd (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidEnd : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit

パラメーター

This
IUITableViewDropDelegate

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

tableView
UITableView

元の目的のターゲット テーブル ビュー。

session
IUIDropSession

終了したセッション。

適用対象