UIDropInteractionDelegate.PerformDrop 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 to consume data from the item providers in the drop session.
[Foundation.Export("dropInteraction:performDrop:")]
public virtual void PerformDrop (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member PerformDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.PerformDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
Parameters
- interaction
- UIDropInteraction
The interaction that is making the request.
- session
- IUIDropSession
The session that contains the items to drop.
- Attributes