UIDragInteractionDelegate_Extensions.SessionWillEnd(IUIDragInteractionDelegate, UIDragInteraction, IUIDragSession, UIDropOperation) Method
Definition
Method that is called when a session is about to end.
public static void SessionWillEnd (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
static member SessionWillEnd : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
Parameters
The instance on which this extension method operates.
- interaction
- UIDragInteraction
The interaction that is making the request.
- session
- IUIDragSession
The session that will end.
- operation
- UIDropOperation
The operation that will end the session.