UIDragInteractionDelegate_Extensions.GetItemsForAddingToSession Method

Definition

Method that is called to add drag items to a drag session in response to a gesture by the user.

public static UIKit.UIDragItem[] GetItemsForAddingToSession (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, CoreGraphics.CGPoint point);
static member GetItemsForAddingToSession : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * CoreGraphics.CGPoint -> UIKit.UIDragItem[]

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session to which to add items.

point
CGPoint

The touch location in the view's coordinate system.

Returns

Applies to