UIDragInteractionDelegate.SessionWillEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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