UIDropInteractionDelegate.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 to allow the developer to release all resources for the completed drop session.
[Foundation.Export("dropInteraction:sessionDidEnd:")]
public virtual void SessionDidEnd (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
Parameters
- interaction
- UIDropInteraction
The interaction that is making the request.
- session
- IUIDropSession
The session that ended.
- Attributes