UITextDropDelegate_Extensions.DropSessionDidEnd 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 à la fin de la session de suppression.
public static void DropSessionDidEnd (this UIKit.IUITextDropDelegate This, UIKit.IUITextDroppable textDroppableView, UIKit.IUIDropSession session);
static member DropSessionDidEnd : UIKit.IUITextDropDelegate * UIKit.IUITextDroppable * UIKit.IUIDropSession -> unit
Paramètres
- This
- IUITextDropDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- textDroppableView
- IUITextDroppable
Vue de destination.
- session
- IUIDropSession
Session de suppression qui s’est terminée.