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.
Method that is called to drop data into a table view.
[Foundation.Export("tableView:performDropWithCoordinator:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformDrop(UIKit.UITableView tableView, UIKit.IUITableViewDropCoordinator coordinator);
[<Foundation.Export("tableView:performDropWithCoordinator:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformDrop : UIKit.UITableView * UIKit.IUITableViewDropCoordinator -> unit
override this.PerformDrop : UIKit.UITableView * UIKit.IUITableViewDropCoordinator -> unit
Parameters
- tableView
- UITableView
The receiving table view.
- coordinator
- IUITableViewDropCoordinator
The drop coordinator.
Implements
- Attributes