UIDropInteractionDelegate.SessionDidUpdate 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 touch point moves into or within the view, or when drag items are added while the touch point is within the view.
[Foundation.Export("dropInteraction:sessionDidUpdate:")]
public virtual UIKit.UIDropProposal SessionDidUpdate (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidUpdate : UIKit.UIDropInteraction * UIKit.IUIDropSession -> UIKit.UIDropProposal
override this.SessionDidUpdate : UIKit.UIDropInteraction * UIKit.IUIDropSession -> UIKit.UIDropProposal
Parameters
- interaction
- UIDropInteraction
The interaction that is making the request.
- session
- IUIDropSession
The session that was changed.
Returns
- Attributes