IUICollectionViewDragDelegate.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 the items that were used to begin the drag operation, if present.
[Foundation.Export("collectionView:itemsForBeginningDragSession:atIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UIDragItem[] GetItemsForBeginningDragSession (UIKit.UICollectionView collectionView, UIKit.IUIDragSession session, Foundation.NSIndexPath indexPath);
abstract member GetItemsForBeginningDragSession : UIKit.UICollectionView * UIKit.IUIDragSession * Foundation.NSIndexPath -> UIKit.UIDragItem[]
Parameters
- collectionView
- UICollectionView
The originating collection view.
- session
- IUIDragSession
The drag session to which to add items.
- indexPath
- NSIndexPath
The index path to the item.
Returns
- Attributes