UITableViewDropDelegate.DropSessionDidUpdate Método

Definição

Método que é chamado quando o ponto de soltar sobre a exibição de tabela é alterado.

[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

Parâmetros

tableView
UITableView

O destino de soltar atual.

session
IUIDropSession

A sessão suspensa.

destinationIndexPath
NSIndexPath

O caminho de índice para a linha de destino no momento. Esse parâmetro pode ser .

Esse parâmetro pode ser null.

Retornos

Atributos

Aplica-se a