IUITableViewDropDelegate.PerformDrop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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