UITableViewDropDelegate_Extensions.CanHandleDropSession Method

Definition

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

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

Parameters

This
IUITableViewDropDelegate

The instance on which this extension method operates.

tableView
UITableView

The target table view.

session
IUIDropSession

The drop session.

Returns

Applies to