IUITableViewDropCoordinator.DropItemToPlaceholder 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.
Drops the drag item to the specified placeholder.
[Foundation.Export("dropItem:toPlaceholder:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUITableViewDropPlaceholderContext DropItemToPlaceholder (UIKit.UIDragItem dragItem, UIKit.UITableViewDropPlaceholder placeholder);
abstract member DropItemToPlaceholder : UIKit.UIDragItem * UIKit.UITableViewDropPlaceholder -> UIKit.IUITableViewDropPlaceholderContext
Parameters
- dragItem
- UIDragItem
The item to drop.
- placeholder
- UITableViewDropPlaceholder
The placeholder into which to drop the item.
Returns
- Attributes