Share via


IUITableViewDropCoordinator.DropItemToRow(UIDragItem, NSIndexPath) Method

Definition

Drops the drag item to the row at the specified index path.

[Foundation.Export("dropItem:toRowAtIndexPath:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUIDragAnimating DropItemToRow(UIKit.UIDragItem dragItem, Foundation.NSIndexPath indexPath);
[<Foundation.Export("dropItem:toRowAtIndexPath:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropItemToRow : UIKit.UIDragItem * Foundation.NSIndexPath -> UIKit.IUIDragAnimating
override this.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

Applies to