UICollectionViewDropDelegate.DropSessionDidExit Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode appelée lorsque le point de dépôt quitte l’affichage de la collection.
[Foundation.Export("collectionView:dropSessionDidExit:")]
public virtual void DropSessionDidExit (UIKit.UICollectionView collectionView, UIKit.IUIDropSession session);
abstract member DropSessionDidExit : UIKit.UICollectionView * UIKit.IUIDropSession -> unit
override this.DropSessionDidExit : UIKit.UICollectionView * UIKit.IUIDropSession -> unit
Paramètres
- collectionView
- UICollectionView
Vue de collection d’origine.
- session
- IUIDropSession
La session de suppression.
- Attributs