UIDropInteractionDelegate.SessionDidEnd Method

Definition

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

[Foundation.Export("dropInteraction:sessionDidEnd:")]
public virtual void SessionDidEnd (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit

Parameters

interaction
UIDropInteraction

The interaction that is making the request.

session
IUIDropSession

The session that ended.

Attributes

Applies to