Share via


UITableViewDropDelegate.DropSessionDidEnter Method

Definition

Method that is called when the drop point enters the table view.

[Foundation.Export("tableView:dropSessionDidEnter:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DropSessionDidEnter(UIKit.UITableView tableView, UIKit.IUIDropSession session);
[<Foundation.Export("tableView:dropSessionDidEnter:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DropSessionDidEnter : UIKit.UITableView * UIKit.IUIDropSession -> unit
override this.DropSessionDidEnter : UIKit.UITableView * UIKit.IUIDropSession -> unit

Parameters

tableView
UITableView

The current target of the drop.

session
IUIDropSession

The drop session that entered.

Implements

Attributes

Applies to