IUICollectionViewDropCoordinator.DropItemToTarget Method

Definition

Drops the drag item to the specified target.

[Foundation.Export("dropItem:toTarget:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.IUIDragAnimating DropItemToTarget (UIKit.UIDragItem dragItem, UIKit.UIDragPreviewTarget target);
abstract member DropItemToTarget : UIKit.UIDragItem * UIKit.UIDragPreviewTarget -> UIKit.IUIDragAnimating

Parameters

dragItem
UIDragItem

The item to drop.

target
UIDragPreviewTarget

The target to which to drop the item.

Returns

Attributes

Applies to