UITableViewDropDelegate.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.
Uses the coordinator to drop the data.
[Foundation.Export("tableView:performDropWithCoordinator:")]
public abstract 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.
Implements
- Attributes