Upravit

Sdílet prostřednictvím


UITableViewDragDelegate.GetDragPreviewParameters Method

Definition

Gets the preview parameters for the item at the specified index path.

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

Parameters

tableView
UITableView

The table view for which to get drag preview parameters.

indexPath
NSIndexPath

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

Returns

Attributes

Applies to