IUITableViewDropItem Interface

Definition

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

[Foundation.Protocol(Name="UITableViewDropItem", WrapperType=typeof(UIKit.UITableViewDropItemWrapper))]
[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 IUITableViewDropItem : IDisposable, ObjCRuntime.INativeObject
type IUITableViewDropItem = 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 table view.

Applies to