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