Partager via


UITableViewDropDelegate_Extensions.DropSessionDidUpdate Méthode

Définition

Méthode appelée lorsque le point de chute sur la vue table change.

public static UIKit.UITableViewDropProposal DropSessionDidUpdate (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
static member DropSessionDidUpdate : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal

Paramètres

This
IUITableViewDropDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

tableView
UITableView

Cible de suppression actuelle.

session
IUIDropSession

Session de suppression.

destinationIndexPath
NSIndexPath

Chemin d’index de la ligne actuellement ciblée. Ce paramètre peut être .

Retours

S’applique à