Share via


UITableViewDragDelegate_Extensions.DragSessionAllowsMoveOperation Method

Definition

Whether the drag session can move items within the developer's app.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool DragSessionAllowsMoveOperation(this UIKit.IUITableViewDragDelegate This, UIKit.UITableView tableView, UIKit.IUIDragSession session);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DragSessionAllowsMoveOperation : UIKit.IUITableViewDragDelegate * UIKit.UITableView * UIKit.IUIDragSession -> bool

Parameters

tableView
UITableView
session
IUIDragSession

Returns

Attributes

Applies to