Share via


IUITableViewDropDelegate.DropSessionDidUpdate Method

Definition

Method that is called when the drop point over the table view changes.

[Foundation.Export("tableView:dropSessionDidUpdate:withDestinationIndexPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITableViewDropProposal DropSessionDidUpdate(UIKit.UITableView tableView, UIKit.IUIDropSession session, Foundation.NSIndexPath? destinationIndexPath);
[<Foundation.Export("tableView:dropSessionDidUpdate:withDestinationIndexPath:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal
override this.DropSessionDidUpdate : UIKit.UITableView * UIKit.IUIDropSession * Foundation.NSIndexPath -> UIKit.UITableViewDropProposal

Parameters

tableView
UITableView

The current drop target.

session
IUIDropSession

The drop session.

destinationIndexPath
NSIndexPath

The index path to the currently targeted row. This parameter can be null.

Returns

Attributes

Applies to