IUITableViewDropDelegate.PerformDrop Method

Definition

Method that is called to drop data into a table view.

[Foundation.Export("tableView:performDropWithCoordinator:")]
[Foundation.Preserve(Conditional=true)]
public void PerformDrop (UIKit.UITableView tableView, UIKit.IUITableViewDropCoordinator coordinator);
abstract member PerformDrop : UIKit.UITableView * UIKit.IUITableViewDropCoordinator -> unit

Parameters

tableView
UITableView

The receiving table view.

coordinator
IUITableViewDropCoordinator

The drop coordinator.

Attributes

Applies to