UITableViewDragDelegate.GetItemsForBeginningDragSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the items at the index path to the initial set of drag items.
[Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")]
public abstract UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UITableView tableView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UITableView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]
Parameters
- tableView
- UITableView
The originating table view.
- session
- IUIDragSession
The session to which to add the items.
- indexPath
- NSIndexPath
The index path to the dragged row.
Returns
Implements
- Attributes