次の方法で共有


UITableViewDragDelegate.DragSessionDidEnd(UITableView, IUIDragSession) メソッド

定義

ユーザーがドラッグ セッションをキャンセルまたは完了したときに呼び出されるメソッド。

[Foundation.Export("tableView:dragSessionDidEnd:")]
public virtual void DragSessionDidEnd (UIKit.UITableView tableView, UIKit.IUIDragSession session);
abstract member DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit
override this.DragSessionDidEnd : UIKit.UITableView * UIKit.IUIDragSession -> unit

パラメーター

tableView
UITableView

元のテーブル ビュー。

session
IUIDragSession

終了したセッション。

属性

適用対象