Freigeben über


UITableViewDropDelegate_Extensions.DropSessionDidUpdate Methode

Definition

Methode, die aufgerufen wird, wenn sich der Ablagepunkt über der Tabellenansicht ändert.

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

Parameter

This
IUITableViewDropDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

tableView
UITableView

Das aktuelle Ablageziel.

session
IUIDropSession

Die Drop-Sitzung.

destinationIndexPath
NSIndexPath

Der Indexpfad zur aktuellen Zielzeile. Dieser Parameter kann sein.

Gibt zurück

Gilt für: