Partager via


UITableViewDropDelegate.DropSessionDidUpdate Méthode

Définition

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

[Foundation.Export("tableView:dropSessionDidUpdate:withDestinationIndexPath:")]
public virtual UIKit.UITableViewDropProposal DropSessionDidUpdate (UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath destinationIndexPath);
abstract member DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal
override this.DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal

Paramètres

tableView
UITableView

Cible de déplacement actuelle.

session
IUIDropSession

La session de suppression.

destinationIndexPath
NSIndexPath

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

Ce paramètre peut être null.

Retours

Attributs

S’applique à