UITextDropDelegate_Extensions.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 texte.
public static void DropSessionDidExit (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
static member DropSessionDidExit : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
Paramètres
- This
- IUITextDropDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- textDroppableView
- IUITextDroppable
Vue précédemment reçue.
- session
- IUIDropSession
Session qui s’est terminée.