UITableViewDropDelegate_Extensions.DropSessionDidEnd Method

Definition

Method that is called when the drop session ends.

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

Parameters

This
IUITableViewDropDelegate

The instance on which this extension method operates.

tableView
UITableView

The original intended target table view.

session
IUIDropSession

The session that ended.

Applies to