Redigera

Dela via


UIDropInteractionDelegate_Extensions.SessionDidEnd Method

Definition

Method that is called to allow the developer to release all resources for the completed drop session.

public static void SessionDidEnd(this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member SessionDidEnd : 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 ended.

Applies to