IUICollectionViewDropItem Interface

Definition

Data for an item to be dropped into a collection view.

[Foundation.Protocol(Name="UICollectionViewDropItem", WrapperType=typeof(UIKit.UICollectionViewDropItemWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUICollectionViewDropItem : IDisposable, ObjCRuntime.INativeObject
type IUICollectionViewDropItem = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

DragItem

Gets the drag item.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
PreviewSize

Gets the preview size for the drag item.

SourceIndexPath

Gets the source index path for the item if it is being dragged from another location in the collection view.

Applies to