UIDropInteractionDelegate.ConcludeDrop 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 after the drop is performed and all animations have completed.
[Foundation.Export("dropInteraction:concludeDrop:")]
public virtual void ConcludeDrop (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member ConcludeDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.ConcludeDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
Parameters
- interaction
- UIDropInteraction
The interaction that is making the request.
- session
- IUIDropSession
The session that has concluded.
- Attributes