Share via


UITableViewDragDelegate.DragSessionIsRestrictedToDraggingApplication Method

Definition

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

[Foundation.Export("tableView:dragSessionIsRestrictedToDraggingApplication:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DragSessionIsRestrictedToDraggingApplication(UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<Foundation.Export("tableView:dragSessionIsRestrictedToDraggingApplication:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DragSessionIsRestrictedToDraggingApplication : UIKit.UITableView * UIKit.IUIDragSession -> bool
override this.DragSessionIsRestrictedToDraggingApplication : UIKit.UITableView * UIKit.IUIDragSession -> bool

Parameters

tableView
UITableView
session
IUIDragSession

Returns

Implements

Attributes

Applies to