UIDragInteractionDelegate.SessionDidEnd 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 the drag session ends.
[Foundation.Export("dragInteraction:session:didEndWithOperation:")]
public virtual void SessionDidEnd (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
abstract member SessionDidEnd : UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
override this.SessionDidEnd : UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
Parameters
- interaction
- UIDragInteraction
The interaction that is making the request.
- session
- IUIDragSession
The session that ended.
- operation
- UIDropOperation
The resulting drag and drop operation.
- Attributes