UITableViewDragDelegate_Extensions.DragSessionIsRestrictedToDraggingApplication Method

Definition

Gets whether the drag session may only act within the developer's app.

public static bool DragSessionIsRestrictedToDraggingApplication (this UIKit.IUITableViewDragDelegate This, UIKit.UITableView tableView, UIKit.IUIDragSession session);
static member DragSessionIsRestrictedToDraggingApplication : UIKit.IUITableViewDragDelegate * UIKit.UITableView * UIKit.IUIDragSession -> bool

Parameters

This
IUITableViewDragDelegate

The instance on which this extension method operates.

tableView
UITableView
session
IUIDragSession

Returns

Applies to