UITableViewDropDelegate.GetDropPreviewParameters Method

Definition

Returns the drag preview parameters for the item at the specified index path.

[Foundation.Export("tableView:dropPreviewParametersForRowAtIndexPath:")]
public virtual UIKit.UIDragPreviewParameters GetDropPreviewParameters (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetDropPreviewParameters : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters
override this.GetDropPreviewParameters : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

Parameters

tableView
UITableView

The table view for which to get the preview parameters.

indexPath
NSIndexPath

The index path to the row for which to get the preview parameters.

Returns

Attributes

Applies to