UICollectionViewDropDelegate.PerformDrop 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.
Uses the coordinator to drop the data.
[Foundation.Export("collectionView:performDropWithCoordinator:")]
public abstract void PerformDrop (UIKit.UICollectionView collectionView, UIKit.IUICollectionViewDropCoordinator coordinator);
abstract member PerformDrop : UIKit.UICollectionView * UIKit.IUICollectionViewDropCoordinator -> unit
Parameters
- collectionView
- UICollectionView
The receiving collection view.
- coordinator
- IUICollectionViewDropCoordinator
The drop coordinator to use.
Implements
- Attributes