IUITableViewDragDelegate.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.
Returns a list of any items that are present at the beginning of a drag session.
[Foundation.Export("tableView:itemsForBeginningDragSession:atIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public 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
- Attributes