UIDropInteractionDelegate_Extensions.SessionDidExit Method

Definition

Method that is called when the user drags the drop session out of the view for the drop interaction.

public static void SessionDidExit (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member SessionDidExit : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

This
IUIDropInteractionDelegate

The instance on which this extension method operates.

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that left the view for the interaction.

Applies to