Share via


IUITableViewDropDelegate.CanHandleDropSession Method

Definition

Returns a Boolean value that tells whether the table view can handle drops from the data in the session.

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

Parameters

tableView
UITableView

The target table view.

session
IUIDropSession

The drop session.

Returns

Attributes

Applies to