UICollectionViewDropDelegate_Extensions.DropSessionDidUpdate 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.
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
.