UITableViewDropDelegate_Extensions.GetDropPreviewParameters Method

Definition

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

public static UIKit.UIDragPreviewParameters GetDropPreviewParameters (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member GetDropPreviewParameters : UIKit.IUITableViewDropDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UIDragPreviewParameters

Parameters

This
IUITableViewDropDelegate

The instance on which this extension method operates.

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

Applies to