UIDragInteractionDelegate.SessionWillBegin Method

Definition

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

[Foundation.Export("dragInteraction:sessionWillBegin:")]
public virtual void SessionWillBegin (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
abstract member SessionWillBegin : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit
override this.SessionWillBegin : UIKit.UIDragInteraction * UIKit.IUIDragSession -> unit

Parameters

interaction
UIDragInteraction

The interaction that is making the request.

session
IUIDragSession

The session that will begin.

Attributes

Applies to