UIDragInteractionDelegate_Extensions.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.
public static void SessionDidEnd (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
static member SessionDidEnd : 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 ended.
- operation
- UIDropOperation
The resulting drag and drop operation.