UIDropInteractionDelegate.SessionDidExit 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 user drags the drop session out of the view for the drop interaction.
[Foundation.Export("dropInteraction:sessionDidExit:")]
public virtual void SessionDidExit (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidExit : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidExit : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
Parameters
- interaction
- UIDropInteraction
The interaction that is making the request.
- session
- IUIDropSession
The session that left the view for the interaction.
- Attributes