UIDragInteractionDelegate.SessionWillEnd(UIDragInteraction, IUIDragSession, UIDropOperation) Method
Definition
Method that is called when a session is about to end.
[Foundation.Export("dragInteraction:session:willEndWithOperation:")]
public virtual void SessionWillEnd (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
abstract member SessionWillEnd : UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
override this.SessionWillEnd : UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
Parameters
- 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.
- Attributes