UITableViewDropDelegate_Extensions.DropSessionDidEnter Method

Definition

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

public static void DropSessionDidEnter (this UIKit.IUITableViewDropDelegate This, UIKit.UITableView tableView, UIKit.IUIDropSession session);
static member DropSessionDidEnter : UIKit.IUITableViewDropDelegate * UIKit.UITableView * UIKit.IUIDropSession -> unit

Parameters

This
IUITableViewDropDelegate

The instance on which this extension method operates.

tableView
UITableView

The current target of the drop.

session
IUIDropSession

The drop session that entered.

Applies to