UIDragInteractionDelegate.WillAnimateLift 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 before each item with a lift preview is about to lift.
[Foundation.Export("dragInteraction:willAnimateLiftWithAnimator:session:")]
public virtual void WillAnimateLift (UIKit.UIDragInteraction interaction, UIKit.IUIDragAnimating animator, UIKit.IUIDragSession session);
abstract member WillAnimateLift : UIKit.UIDragInteraction * UIKit.IUIDragAnimating * UIKit.IUIDragSession -> unit
override this.WillAnimateLift : UIKit.UIDragInteraction * UIKit.IUIDragAnimating * UIKit.IUIDragSession -> unit
Parameters
- interaction
- UIDragInteraction
The interaction that is making the request.
- animator
- IUIDragAnimating
An animator to run custom parallel animations and in which the developer may optionally add a completion handler.
- session
- IUIDragSession
The session.
- Attributes