IUITableViewDropCoordinator.DropItemToRow(UIDragItem, NSIndexPath) 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 row at the specified index path.
[Foundation.Export("dropItem:toRowAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIDragAnimating DropItemToRow (UIKit.UIDragItem dragItem, Foundation.NSIndexPath indexPath);
abstract member DropItemToRow : UIKit.UIDragItem * Foundation.NSIndexPath -> UIKit.IUIDragAnimating
Parameters
- dragItem
- UIDragItem
The item to drop.
- indexPath
- NSIndexPath
The index path at which to insert the item.
Returns
- Attributes