UIDragInteractionDelegate_Extensions.SessionWillBegin Method

Definition

Method that is called when a session is about to begin.

public static void SessionWillBegin (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
static member SessionWillBegin : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit

Parameters

This
IUIDragInteractionDelegate

The instance on which this extension method operates.

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session that will begin.

Applies to