UICollectionViewDropDelegate_Extensions.DropSessionDidUpdate(IUICollectionViewDropDelegate, UICollectionView, IUIDropSession, NSIndexPath) Method
Definition
Method that is called when the drop point over the collection view changes.
public static UIKit.UICollectionViewDropProposal DropSessionDidUpdate (this UIKit.IUICollectionViewDropDelegate This, UIKit.UICollectionView collectionView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
static member DropSessionDidUpdate : UIKit.IUICollectionViewDropDelegate * UIKit.UICollectionView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UICollectionViewDropProposal
Parameters
The instance on which this extension method operates.
- collectionView
- UICollectionView
The originating collection view.
- session
- IUIDropSession
The drop session.
- destinationIndexPath
- NSIndexPath
The index path where the content would be dropped if it were dropped at the time of the method call.
This parameter can be null
.