UITextDropDelegate.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 la vue texte.
[Foundation.Export("textDroppableView:dropSessionDidExit:")]
public virtual void DropSessionDidExit (UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
abstract member DropSessionDidExit : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
override this.DropSessionDidExit : UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
Paramètres
- textDroppableView
- IUITextDroppable
Vue de réception précédente.
- session
- IUIDropSession
Session qui s’est terminée.
- Attributs